1
1
Fork 0
mirror of https://github.com/tonydamage/nux-env.git synced 2025-12-11 13:24:28 +01:00

Autoinclude nux-env/bash_(aliases|variables)

Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
Tony Tkáčik 2016-07-21 15:20:33 +02:00
parent 85aae63bf5
commit 3d25a11633

4
bashrc
View file

@ -119,8 +119,10 @@ fi
if [ -d ~/Environment/bin ]; then
PATH="$PATH:~/Environment/bin"
fi
if [ -d ~/nux-env/bin ]; then
if [ -d ~/nux-env ]; then
PATH="$PATH:~/nux-env/bin"
. ~/nux-env/bash_aliases
. ~/nux-env/bash_variables
fi
if [ -d ~/.local/bin ]; then
PATH="$PATH:~/.local/bin"