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