Merge branch 'master' of github.com:atomaka/dotfiles

This commit is contained in:
Andrew Tomaka 2014-11-03 13:58:35 -05:00
commit e977705b22
2 changed files with 5 additions and 0 deletions

1
.aliases-mac Normal file
View file

@ -0,0 +1 @@
alias google-chrome="open -a Google\ Chrome"

4
.zshrc
View file

@ -48,6 +48,10 @@ source $ZSH/oh-my-zsh.sh
source $HOME/.aliases
source $HOME/.functions
if [[ "$OSTYPE" == darwin* ]]; then
source $HOME/.aliases-mac
fi
# Bind insert_sudo function
zle -N insert-sudo
bindkey "^z" insert-sudo