diff --git a/.bash_aliases b/.aliases similarity index 100% rename from .bash_aliases rename to .aliases diff --git a/.bashrc## b/.bashrc## index f63d3d7..2ea9258 100644 --- a/.bashrc## +++ b/.bashrc## @@ -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 diff --git a/.zshrc b/.zshrc index 4afebcb..a404500 100644 --- a/.zshrc +++ b/.zshrc @@ -92,3 +92,4 @@ source $ZSH/oh-my-zsh.sh # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" +source $HOME/.aliases