about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--configs/shared/zsh/functions.zsh3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/shared/zsh/functions.zsh b/configs/shared/zsh/functions.zsh
index ec64c2293a96..8c751c64aaa8 100644
--- a/configs/shared/zsh/functions.zsh
+++ b/configs/shared/zsh/functions.zsh
@@ -593,7 +593,8 @@ cider() {
   # Opens the current workspace and current directory in Google's Cider
   # Not very useful at the moment because it cannot jump to the current file or
   # line number. Should also support an Emacs integration at some point.
-  browse "https://cider.corp.google.com/?ws=$(citc_workspace)"
+  google-chrome \
+    --app="https://cider.corp.google.com/?ws=$(citc_workspace)"
 }
 
 # i3