feat(zsh): add .local/bin to path
This commit is contained in:
parent
16c276aea6
commit
b735276a1e
@ -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 ""}
|
||||||
|
|
||||||
|
export PATH=$PATH:$HOME/.local/bin
|
||||||
|
|
||||||
recap() { aichat -f "$@" ;}
|
recap() { aichat -f "$@" ;}
|
||||||
|
|
||||||
source ${commitFunctions}/bin/commits.sh
|
source ${commitFunctions}/bin/commits.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user