diff options
author | Ian C <ianc@noddybox.co.uk> | 2023-01-09 12:07:37 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2023-01-09 12:07:37 +0000 |
commit | f73c1666179b4dea57de4a1d4c9cc3fc63bda1cb (patch) | |
tree | 637befce7cb75c4887bd2d805933b6c19dacb33a /dotrc | |
parent | 695b72c4ebdbf8f61284bb195ebf978f45ac1da9 (diff) | |
parent | de830703bcb2e6f5ea2926473d5f39e4f0ad4fe0 (diff) |
Merge branch 'master' of https://deathstation9000.org.uk/git/shell-bin
Diffstat (limited to 'dotrc')
-rw-r--r-- | dotrc/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotrc/.bashrc b/dotrc/.bashrc index 858116c..0c33436 100644 --- a/dotrc/.bashrc +++ b/dotrc/.bashrc @@ -4,6 +4,8 @@ fi test -s $HOME/.bash_aliases && . $HOME/.bash_aliases +test -s $HOME/.bash_aliases.local && . $HOME/.bash_aliases.local + if [ ! "$(echo $PATH | fgrep $HOME/bin)" ] ; then export PATH=$HOME/bin:$PATH fi |