aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 330d92b..6f7d610 100644
--- a/.zshrc
+++ b/.zshrc
@@ -386,9 +386,9 @@ alias e='vim'
alias g='git'
if [[ "$(uname)" == "Darwin" ]]; then
- alias o='xdg-open'
-else
alias o='open'
+else
+ alias o='xdg-open'
fi
if type bat >/dev/null 2>&1; then