moved bash_aliases to aliases to use with zsh and bash

This commit is contained in:
Andrei Stoica 2018-06-05 13:51:45 -04:00
parent 57978f6f7b
commit 33173641cc
3 changed files with 3 additions and 2 deletions

View File

@ -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

1
.zshrc
View File

@ -92,3 +92,4 @@ source $ZSH/oh-my-zsh.sh
# Example aliases # Example aliases
# alias zshconfig="mate ~/.zshrc" # alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh" # alias ohmyzsh="mate ~/.oh-my-zsh"
source $HOME/.aliases