added bin folder (to path)
This commit is contained in:
parent
a3f3b7be39
commit
15e2776dee
@ -32,6 +32,9 @@ shopt -s cmdhist
|
|||||||
# match all files and zero or more directories and subdirectories.
|
# match all files and zero or more directories and subdirectories.
|
||||||
#shopt -s globstar
|
#shopt -s globstar
|
||||||
|
|
||||||
|
# Add ~/bin to path variable
|
||||||
|
export PATH=$PATH:$HOME/bin
|
||||||
|
|
||||||
# make less more friendly for non-text input files, see lesspipe(1)
|
# make less more friendly for non-text input files, see lesspipe(1)
|
||||||
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
|
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user