mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
Include dotfiles' bin dir in PATH
This commit is contained in:
@@ -12,6 +12,9 @@ set -g theme_date_format "+%a %Y-%m-%d %H:%M:%S"
|
|||||||
set -U grcplugin_ls --color
|
set -U grcplugin_ls --color
|
||||||
|
|
||||||
# PATH
|
# PATH
|
||||||
|
if test -x ~/.dot/dotfiles/bin
|
||||||
|
set PATH $PATH ~/.dot/dotfiles/bin
|
||||||
|
end
|
||||||
## If the private dotfiles repo is installed, we'd like to use its scripts too
|
## If the private dotfiles repo is installed, we'd like to use its scripts too
|
||||||
if test -x ~/.dot/privdotfiles/bin
|
if test -x ~/.dot/privdotfiles/bin
|
||||||
set PATH $PATH ~/.dot/privdotfiles/bin
|
set PATH $PATH ~/.dot/privdotfiles/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user