moved bash_aliases to aliases to use with zsh and bash
This commit is contained in:
parent
57978f6f7b
commit
33173641cc
|
|
@ -97,8 +97,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
|
||||
|
||||
# split tmux window for monitoring with watch or any command
|
||||
|
|
|
|||
Loading…
Reference in New Issue