Added open alias on Linux
This commit is contained in:
1
.zshrc
1
.zshrc
@@ -8,6 +8,7 @@ case "`uname`" in
|
|||||||
Linux)
|
Linux)
|
||||||
STATARGS="-c %Z"
|
STATARGS="-c %Z"
|
||||||
alias df='df -x squashfs -x tmpfs -x devtmpfs'
|
alias df='df -x squashfs -x tmpfs -x devtmpfs'
|
||||||
|
alias open=xdg-open
|
||||||
;;
|
;;
|
||||||
Darwin)
|
Darwin)
|
||||||
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
||||||
|
|||||||
Reference in New Issue
Block a user