mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
Add user base bin dir, for use with pipenv and such
This commit is contained in:
@@ -18,6 +18,10 @@ set -x VIRTUAL_ENV_DISABLE_PROMPT 1
|
|||||||
set -U grcplugin_ls --color
|
set -U grcplugin_ls --color
|
||||||
|
|
||||||
# PATH
|
# PATH
|
||||||
|
## If the 'user base' binary directory exists, add it to PATH
|
||||||
|
if test -x ~/.local/bin
|
||||||
|
set PATH $PATH ~/.local/bin
|
||||||
|
end
|
||||||
if test -x ~/.dot/dotfiles/bin
|
if test -x ~/.dot/dotfiles/bin
|
||||||
set PATH $PATH ~/.dot/dotfiles/bin
|
set PATH $PATH ~/.dot/dotfiles/bin
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user