mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
Added support for user specific bin directory.
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
26ebf5bf04
commit
b5fc3d34ee
1 changed files with 4 additions and 0 deletions
4
bashrc
4
bashrc
|
|
@ -111,6 +111,10 @@ if [ -f ~/.bash_local_variables ]; then
|
||||||
. ~/.bash_local_variables
|
. ~/.bash_local_variables
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d ~/bin ]; then
|
||||||
|
PATH="$PATH:~/bin"
|
||||||
|
fi
|
||||||
|
|
||||||
# enable programmable completion features (you don't need to enable
|
# enable programmable completion features (you don't need to enable
|
||||||
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
|
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
|
||||||
# sources /etc/bash.bashrc).
|
# sources /etc/bash.bashrc).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue