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.
|
# ~/.bash_aliases, instead of adding them here directly.
|
||||||
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
|
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
|
||||||
|
|
||||||
if [ -f ~/.bash_aliases ]; then
|
if [ -f ~/.aliases ]; then
|
||||||
. ~/.bash_aliases
|
. ~/.aliases
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# split tmux window for monitoring with watch or any command
|
# split tmux window for monitoring with watch or any command
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue