Add an alias for xdg-open
This commit is contained in:
4
zshrc
4
zshrc
@@ -71,6 +71,10 @@ if [[ -f /usr/local/share/zsh/site-functions/_aws ]] ; then
|
|||||||
source /usr/local/share/zsh/site-functions/_aws
|
source /usr/local/share/zsh/site-functions/_aws
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if command -v xdg-open &>/dev/null; then
|
||||||
|
alias open=xdg-open
|
||||||
|
fi
|
||||||
|
|
||||||
unsetopt correct_all
|
unsetopt correct_all
|
||||||
bindkey '^R' history-incremental-search-backward
|
bindkey '^R' history-incremental-search-backward
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user