Add an alias for xdg-open

main
Dan Buch 7 years ago
parent 28d310428a
commit a29eb18c49
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

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

Loading…
Cancel
Save