summaryrefslogtreecommitdiff
path: root/dotrc
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2019-01-29 14:23:42 +0000
committerIan C <ianc@noddybox.co.uk>2019-01-29 14:23:42 +0000
commite1efb02504328987a4f104a8c0e2449a471045c3 (patch)
tree029f9adbd3bc81b2ebdc1d7fd06fab92ceee4a21 /dotrc
parentca73d7838e947adfd41d4a1eb2397b70a6b13237 (diff)
Changed XTERM to TERM and small tweak to .bash_aliases to include ~/bin
Diffstat (limited to 'dotrc')
-rw-r--r--dotrc/.bash_aliases4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotrc/.bash_aliases b/dotrc/.bash_aliases
index ddb9651..b200763 100644
--- a/dotrc/.bash_aliases
+++ b/dotrc/.bash_aliases
@@ -27,6 +27,10 @@ if [ -e $HOME/.bash_dirs ] ; then
. $HOME/.bash_dirs
fi
+if ! (echo $PATH | grep $HOME/bin) ; then
+ export PATH=$HOME/bin:$PATH
+fi
+
# Directory setting
#
function dset