Added open alias on Linux

This commit is contained in:
2019-09-22 16:53:17 -06:00
parent 99722dfd01
commit ac2edb0e8d

1
.zshrc
View File

@@ -8,6 +8,7 @@ case "`uname`" in
Linux)
STATARGS="-c %Z"
alias df='df -x squashfs -x tmpfs -x devtmpfs'
alias open=xdg-open
;;
Darwin)
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"