Update roles/home/zsh.nix
This commit is contained in:
parent
d9a40c1a94
commit
7a2ac84649
@ -24,7 +24,7 @@ in
|
|||||||
|
|
||||||
any-nix-shell zsh --info-right | source /dev/stdin
|
any-nix-shell zsh --info-right | source /dev/stdin
|
||||||
source ${pkgs.nix-index}/etc/profile.d/command-not-found.sh
|
source ${pkgs.nix-index}/etc/profile.d/command-not-found.sh
|
||||||
${if pkgs.stdenv.isDarwin then "export PATH=/opt/homebrew/bin:/opt/homebrew/sbin:$PATH" else ""}
|
${if pkgs.stdenv.isDarwin then "export PATH=/opt/homebrew/opt/ruby/bin:/opt/homebrew/bin:/opt/homebrew/sbin:$PATH" else ""}
|
||||||
|
|
||||||
source ${commitFunctions}/bin/commits.sh
|
source ${commitFunctions}/bin/commits.sh
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user