Alias xdg-open to open

Usually don't favor the macOS naming, but I'm sick and tired of typing out
`xdg-open` instead of just `open`
This commit is contained in:
Josh Sherman 2018-10-29 11:37:44 -05:00
parent eb6dec4a25
commit 12ffaa65ec
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -11,6 +11,9 @@ if [[ `uname` == Darwin ]]; then
alias ls='gls --color=auto'
else
alias ls='ls --color=auto'
# And standardize to macOS naming
alias open='xdg-open'
fi
# Colorize output and some exclusions