1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Include dotfiles' bin dir in PATH

This commit is contained in:
2016-10-14 20:48:55 +02:00
parent dedf9b0306
commit f777aad451

View File

@@ -12,6 +12,9 @@ set -g theme_date_format "+%a %Y-%m-%d %H:%M:%S"
set -U grcplugin_ls --color
# 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 test -x ~/.dot/privdotfiles/bin
set PATH $PATH ~/.dot/privdotfiles/bin