Browse Source

PATH {/opt,$HOME}/tools

master 0.4.3
pvincent 5 years ago
parent
commit
3a1b30ed2a
  1. 6
      bash.bashrc

6
bash.bashrc

@ -162,6 +162,8 @@ if [ -f ~/.bash_aliases ]; then
fi
# Add path to any tools folder in /opt/debian-*
for i in /opt/debian-*/tools; do
PATH=$PATH:$i
for i in {/opt,$HOME}/debian-*/tools; do
if [ -d "$i" ]; then
PATH=$PATH:$i
fi
done
Loading…
Cancel
Save