From e1efb02504328987a4f104a8c0e2449a471045c3 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 29 Jan 2019 14:23:42 +0000 Subject: Changed XTERM to TERM and small tweak to .bash_aliases to include ~/bin --- dotrc/.bash_aliases | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dotrc') 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 -- cgit v1.2.3