From: stack Date: Thu, 11 Apr 2013 21:20:16 +0000 (+0200) Subject: added ~/bin in $PATH X-Git-Url: https://v.licheni.net/stack/conf/bash.git/commitdiff_plain/a658aac347c96817ab4f4532f347adc0f7c2ed51?ds=sidebyside added ~/bin in $PATH --- diff --git a/bashrc b/bashrc index b0542a9..8e38135 100644 --- a/bashrc +++ b/bashrc @@ -106,3 +106,5 @@ fi if [ -f /etc/bash_completion ] && ! shopt -oq posix; then . /etc/bash_completion fi + +export PATH="~/bin:$PATH"