Add an alias for xdg-open

This commit is contained in:
Dan Buch 2017-08-27 10:07:13 -04:00
parent 28d310428a
commit a29eb18c49
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

4
zshrc
View File

@ -71,6 +71,10 @@ if [[ -f /usr/local/share/zsh/site-functions/_aws ]] ; then
source /usr/local/share/zsh/site-functions/_aws
fi
if command -v xdg-open &>/dev/null; then
alias open=xdg-open
fi
unsetopt correct_all
bindkey '^R' history-incremental-search-backward