Added open alias to Linux

This commit is contained in:
Andrea Mistrali 2014-01-15 13:13:37 +00:00
parent 647efe9e2f
commit b5024d4b9e
1 changed files with 1 additions and 0 deletions

View File

@ -6,5 +6,6 @@ else
fi fi
alias ls='ls -F --color=auto' alias ls='ls -F --color=auto'
alias open='xdg-open '
# vim: set ts=4 sw=4 tw=0 ft=zsh : # vim: set ts=4 sw=4 tw=0 ft=zsh :