summaryrefslogtreecommitdiff
path: root/dotrc/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotrc/.bashrc')
-rw-r--r--dotrc/.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotrc/.bashrc b/dotrc/.bashrc
index 3dc35e6..20eeedd 100644
--- a/dotrc/.bashrc
+++ b/dotrc/.bashrc
@@ -3,3 +3,7 @@ if [ "$PS1" != "" ] ; then
fi
test -s $HOME/.bash_aliases && . ~/.bash_aliases
+
+if [ ! "$(echo $PATH | fgrep $HOME/bin)" ] ; then
+ export PATH=$HOME/bin:$PATH
+fi