diff --git a/roles/home/zsh.nix b/roles/home/zsh.nix index e1d1fbd..bdc75c8 100644 --- a/roles/home/zsh.nix +++ b/roles/home/zsh.nix @@ -26,6 +26,8 @@ in 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 ""} + export PATH=$PATH:$HOME/.local/bin + recap() { aichat -f "$@" ;} source ${commitFunctions}/bin/commits.sh