Skip to content

Commit

Permalink
load shell aliases in bash
Browse files Browse the repository at this point in the history
  • Loading branch information
codepuncher committed Mar 5, 2024
1 parent 8ccf0e9 commit f1c6f28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shell/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi

if [ -f ~/.bash_aliases ]; then
. ~/.shell_aliases
fi

# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
Expand Down

0 comments on commit f1c6f28

Please sign in to comment.