diff --git a/.bash_aliases b/.aliases similarity index 100% rename from .bash_aliases rename to .aliases diff --git a/.bashrc b/.bashrc index b604ea0..6e1f7ba 100644 --- a/.bashrc +++ b/.bashrc @@ -121,8 +121,8 @@ alias fucking='sudo' # ~/.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 diff --git a/.zshrc b/.zshrc index 6c72576..0295a3e 100644 --- a/.zshrc +++ b/.zshrc @@ -254,6 +254,10 @@ if [ -f /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh ]; then ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#999' fi +if [ -f ~/.aliases ]; then + . ~/.aliases +fi + # enable command-not-found if installed if [ -f /etc/zsh_command_not_found ]; then . /etc/zsh_command_not_found