mirror of https://github.com/akelge/zsh
Added open alias to Linux
This commit is contained in:
parent
647efe9e2f
commit
b5024d4b9e
|
@ -6,5 +6,6 @@ else
|
|||
fi
|
||||
|
||||
alias ls='ls -F --color=auto'
|
||||
alias open='xdg-open '
|
||||
|
||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
||||
|
|
Loading…
Reference in New Issue