diff options
Diffstat (limited to 'bash/.bashrc')
| -rw-r--r-- | bash/.bashrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc new file mode 100644 index 0000000..f17265f --- /dev/null +++ b/bash/.bashrc @@ -0,0 +1,5 @@ +# .bashrc sourced by interactive, non-login shells + +if [ -f ~/.bash_aliases ] ; then + . ~/.bash_aliases +fi |
