mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
Added support for scripts and git-all script.
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
8bfdb1fb9e
commit
e83ba8a88c
4 changed files with 57 additions and 0 deletions
4
bashrc
4
bashrc
|
|
@ -114,6 +114,10 @@ fi
|
|||
if [ -d ~/bin ]; then
|
||||
PATH="$PATH:~/bin"
|
||||
fi
|
||||
# FIXME: Should autodetect folder based on location
|
||||
if [ -d ~/Environment/bin ]; then
|
||||
PATH="$PATH:~/Environment/bin"
|
||||
fi
|
||||
if [ -d ~/.local/bin ]; then
|
||||
PATH="$PATH:~/.local/bin"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue