From ac2edb0e8dea4b7d75ee13f155a40ca36931aacc Mon Sep 17 00:00:00 2001 From: Edward Dorrington Date: Sun, 22 Sep 2019 16:53:17 -0600 Subject: [PATCH] Added open alias on Linux --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 1f2a8d8..37a1122 100644 --- a/.zshrc +++ b/.zshrc @@ -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"