From 54c13a88489bbc40395811a3456f51743c56bcd2 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 28 Mar 2019 17:32:21 +0000 Subject: [PATCH] Update Cider KBD to use google-chrome This allows me to take advantage of the --app= flag that google-chrome supports, which is nice for a version of cider that bleeds all the way to the window's edges. It makes Cider feel more like a native application experience. --- configs/shared/zsh/functions.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/shared/zsh/functions.zsh b/configs/shared/zsh/functions.zsh index ec64c2293..8c751c64a 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