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:
parent
eb6dec4a25
commit
12ffaa65ec
1 changed files with 3 additions and 0 deletions
3
aliases
3
aliases
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue