Add a new directory to $PATH

This commit is contained in:
Harry Green 2019-04-10 10:19:00 +12:00
parent 33f0d6185c
commit 2063d2ecd2
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 932e29a0c75411cb618f02995b66c0a4a25699bc
Subproject commit 35c8690c0025ceef9584f64da86ced3a72ee32b6

View file

@ -66,3 +66,5 @@ export FNM_LOGLEVEL=info
add-zsh-hook chpwd _fnm_autoload_hook \
&& _fnm_autoload_hook
export PATH="$PATH:$HOME/.local/bin"