diff options
author | Tristan Williams <tgwil@tgwil.net> | 2024-10-13 02:43:42 -0400 |
---|---|---|
committer | Tristan Williams <tgwil@tgwil.net> | 2024-10-13 02:43:42 -0400 |
commit | 85e0c23f93e68e5c085bc8b5e98add8aaafa4f24 (patch) | |
tree | 6d49418ae962fcf0ceadc37afd3f8f7492a75e9b /home/.bashrc | |
parent | Create installer (diff) | |
download | dotfiles.core-85e0c23f93e68e5c085bc8b5e98add8aaafa4f24.tar.gz dotfiles.core-85e0c23f93e68e5c085bc8b5e98add8aaafa4f24.tar.bz2 dotfiles.core-85e0c23f93e68e5c085bc8b5e98add8aaafa4f24.zip |
Add ~/.bash_aliases
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 |