Add netlify helper to path

This commit is contained in:
Daniel Flanagan 2021-01-06 10:53:27 -06:00
parent 48e98aa8b4
commit 8b746ed181
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ set -U fish_user_paths \
$HOME/.bin \
$HOME/.cargo/bin \
$HOME/.nimble/bin \
$HOME/.yarn/bin
$HOME/.yarn/bin \
$HOME/.netlify/helper/bin
test -d $HOME/.local/bin && set -U fish_user_paths $HOME/.local/bin $fish_user_paths
test -d $HOME/.bin && set -U fish_user_paths $HOME/.local/bin $fish_user_paths