diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,6 +30,6 @@ alias nnn="nnn -a -A -d -D -i -U" # nix alias nix-shell="nix-shell --run \$SHELL" -export PATH=$PATH:~/bin +export PATH=$PATH:~/.local/bin eval "$(starship init zsh)" |