diff --git a/zsh.nix b/zsh.nix index 77305c1..f931150 100644 --- a/zsh.nix +++ b/zsh.nix @@ -19,6 +19,7 @@ export fpath=(~/.zsh/functions $fpath) autoload -U compinit && compinit fi + export PATH="$HOME/.bin:$HOME/.local/bin:$PATH" fortune ''; };