summaryrefslogtreecommitdiff
path: root/dotrc/.bashrc
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-11-16 13:57:07 +0000
committerIan C <ianc@noddybox.co.uk>2018-11-16 13:57:07 +0000
commit975754ba15088168d33f5801dd3393644a350553 (patch)
tree6b4df2d529c33940335e20652df249b77de8b0aa /dotrc/.bashrc
parent10280a648f9caa1836f9b461301467194d091787 (diff)
Added strlen. Updated .bashrc and aliases to use vim for vi and added home bin.
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