mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
Some clarification
This commit is contained in:
1
.bashrc
1
.bashrc
@@ -167,6 +167,7 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
|
|||||||
. /etc/bash_completion
|
. /etc/bash_completion
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# If the private dotfiles repo is installed, we'd like to use its scripts too
|
||||||
if [ -x ~/.dot/privdotfiles/bin ]; then
|
if [ -x ~/.dot/privdotfiles/bin ]; then
|
||||||
PATH=$PATH:~/.dot/privdotfiles/bin
|
PATH=$PATH:~/.dot/privdotfiles/bin
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user