feat(zsh): add .local/bin to path

This commit is contained in:
Giulio De Pasquale 2025-07-15 11:21:21 +01:00
parent 16c276aea6
commit b735276a1e

View File

@ -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