diff options
Diffstat (limited to 'home/.bashrc')
-rw-r--r-- | home/.bashrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/home/.bashrc b/home/.bashrc index 7b89e6d..4880780 100644 --- a/home/.bashrc +++ b/home/.bashrc | |||
@@ -19,6 +19,14 @@ fi | |||
19 | 19 | ||
20 | 20 | ||
21 | ######################################################################## | 21 | ######################################################################## |
22 | ## Load ~/.bash_aliases | ||
23 | ######################################################################## | ||
24 | if [[ $- == *i* && -f ~/.bash_aliases ]]; then | ||
25 | . ~/.bash_aliases | ||
26 | fi | ||
27 | |||
28 | |||
29 | ######################################################################## | ||
22 | ## PATH | 30 | ## PATH |
23 | ######################################################################## | 31 | ######################################################################## |
24 | # ~/bin is used for personal scripts and other executables used only | 32 | # ~/bin is used for personal scripts and other executables used only |