Update roles/home/zsh.nix
This commit is contained in:
parent
6ad39dfd3b
commit
a783b89cec
@ -26,6 +26,8 @@ in
|
|||||||
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/opt/ruby/bin:/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 ""}
|
||||||
|
|
||||||
|
recap() { aichat -f "$@" ;}
|
||||||
|
|
||||||
source ${commitFunctions}/bin/commits.sh
|
source ${commitFunctions}/bin/commits.sh
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user