diff --git a/bash.bashrc b/bash.bashrc index 8028e8b..3b80389 100644 --- a/bash.bashrc +++ b/bash.bashrc @@ -159,5 +159,8 @@ if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi -#PATH=$HOME/.bin:$HOME/DEV/debian-server:$PATH PATH=$PATH:/opt/debian-bash/tools + +if [ -d /opt/debian-server ]; then + PATH=$PATH:/opt/debian-server/tools +fi