diff options
Diffstat (limited to 'bash/.bashrc')
| -rw-r--r-- | bash/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 8864fcd..03e679b 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,4 +1,5 @@ # .bashrc sourced by interactive, non-login shells +PATH=~/.bin:$PATH if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases |
