diff options
Diffstat (limited to 'home/.bash_profile')
-rw-r--r-- | home/.bash_profile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/home/.bash_profile b/home/.bash_profile index b12cc06..e10efd5 100644 --- a/home/.bash_profile +++ b/home/.bash_profile | |||
@@ -8,13 +8,17 @@ | |||
8 | # It loads each .bashrc.X file if it exists. | 8 | # It loads each .bashrc.X file if it exists. |
9 | 9 | ||
10 | 10 | ||
11 | # If .bashrc exists, use it | 11 | ######################################################################## |
12 | ## .bashrc (core) | ||
13 | ######################################################################## | ||
12 | if [[ $- == *i* && -f ~/.bashrc ]]; then | 14 | if [[ $- == *i* && -f ~/.bashrc ]]; then |
13 | . ~/.bashrc | 15 | . ~/.bashrc |
14 | fi | 16 | fi |
15 | 17 | ||
16 | 18 | ||
17 | # If .bashrc.personal exists, use it. | 19 | ######################################################################## |
20 | ## .bashrc.personal | ||
21 | ######################################################################## | ||
18 | if [[ $- == *i* && -f ~/.bashrc.personal ]]; then | 22 | if [[ $- == *i* && -f ~/.bashrc.personal ]]; then |
19 | . ~/.bashrc.personal | 23 | . ~/.bashrc.personal |
20 | fi | 24 | fi |