From 975754ba15088168d33f5801dd3393644a350553 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 16 Nov 2018 13:57:07 +0000 Subject: Added strlen. Updated .bashrc and aliases to use vim for vi and added home bin. --- dotrc/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dotrc/.bashrc') 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 -- cgit v1.2.3