feat(zsh): create alias for xdg-open -> open
This commit is contained in:
parent
0fa82d05d2
commit
b1a57552f3
@ -48,6 +48,10 @@ if [[ "${OSTYPE}" == "linux-gnu"* ]]; then
|
||||
alias c="wl-copy"
|
||||
alias p="wl-paste"
|
||||
fi
|
||||
|
||||
if ! command -v open >/dev/null 2>&1 && command -v xdg-open >/dev/null 2>&1; then
|
||||
alias open="xdg-open"
|
||||
fi
|
||||
fi
|
||||
|
||||
### Bat ###
|
||||
|
Loading…
Reference in New Issue
Block a user