diff options
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ typeset -U PATH path -path=( $HOME/.local/bin $path ) +path=( $HOME/.local/bin $HOME/.local/opt/nvim-linux64/bin $path ) if test -d /usr/lib/flatpak-xdg-utils/ then |