diff options
author | Ian C <ianc@noddybox.co.uk> | 2019-01-29 14:23:42 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2019-01-29 14:23:42 +0000 |
commit | e1efb02504328987a4f104a8c0e2449a471045c3 (patch) | |
tree | 029f9adbd3bc81b2ebdc1d7fd06fab92ceee4a21 | |
parent | ca73d7838e947adfd41d4a1eb2397b70a6b13237 (diff) |
Changed XTERM to TERM and small tweak to .bash_aliases to include ~/bin
-rwxr-xr-x | TERM (renamed from XTERM) | 0 | ||||
-rw-r--r-- | dotrc/.bash_aliases | 4 |
2 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 |