Add bin path
This commit is contained in:
parent
8c1692dc9c
commit
8ab464bcd5
1 changed files with 2 additions and 0 deletions
2
.bashrc
2
.bashrc
|
@ -28,3 +28,5 @@ fi
|
||||||
# Ripped from Doug - color based on return code
|
# Ripped from Doug - color based on return code
|
||||||
PS1="$PS1\$(if [ \$? = 0 ]; then echo -e \"\$\"; else echo -e \"\[\033[0;31m\]\$\"; fi)\[\033[0m\] "
|
PS1="$PS1\$(if [ \$? = 0 ]; then echo -e \"\$\"; else echo -e \"\[\033[0;31m\]\$\"; fi)\[\033[0m\] "
|
||||||
|
|
||||||
|
# Add bin to path
|
||||||
|
PATH=$PATH:$HOME/bin
|
||||||
|
|
Loading…
Reference in a new issue