remove local bin from path since its already done in .profile

This commit is contained in:
Tim 2016-05-23 17:38:54 +02:00
parent 15e2776dee
commit e469f77613

View File

@ -32,9 +32,6 @@ shopt -s cmdhist
# match all files and zero or more directories and subdirectories.
#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)
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"