add ~/bin to path & update README

This commit is contained in:
2016-04-14 20:04:50 +02:00
parent a83da649fa
commit 198996c004
2 changed files with 8 additions and 18 deletions

View File

@@ -2,7 +2,8 @@
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
#PATH=$PATH:$HOME/bin:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:
# path
PATH=$PATH:$HOME/bin:
# colors
export CLICOLOR=1