added ~/bin in $PATH master
authorstack <stack@inventati.org>
Thu, 11 Apr 2013 21:20:16 +0000 (23:20 +0200)
committerstack <stack@inventati.org>
Thu, 11 Apr 2013 21:20:34 +0000 (23:20 +0200)
bashrc

diff --git a/bashrc b/bashrc
index b0542a9..8e38135 100644 (file)
--- 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"