feat(zsh): add short alias for xdg-open o
This commit is contained in:
parent
4fa7b357cb
commit
e250558e4f
@ -57,6 +57,7 @@ if [[ "${OSTYPE}" == "linux-gnu"* ]]; then
|
||||
|
||||
if ! command -v open >/dev/null 2>&1 && command -v xdg-open >/dev/null 2>&1; then
|
||||
alias open="xdg-open"
|
||||
alias o="xdg-open"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user