1
0
mirror of https://github.com/akelge/vim synced 2025-07-07 15:29:07 +00:00

Added open alias to Linux

This commit is contained in:
2014-01-15 13:13:37 +00:00
parent 647efe9e2f
commit b5024d4b9e

View File

@ -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 :