added ~/bin in $PATH
[stack/conf/bash.git] / 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"