updates
This commit is contained in:
parent
541fcebbbf
commit
62121dc6ff
4 changed files with 9 additions and 8 deletions
4
bashrc
4
bashrc
|
@ -93,8 +93,8 @@ fi
|
|||
# ~/.bash_aliases, instead of adding them here directly.
|
||||
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
|
||||
|
||||
if [ -f ~/.bash_aliases ]; then
|
||||
. ~/.bash_aliases
|
||||
if [ -f ~/.aliases ]; then
|
||||
. ~/.aliases
|
||||
fi
|
||||
|
||||
# enable programmable completion features (you don't need to enable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue