about summary refs log tree commit diff
path: root/home/shell/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'home/shell/zsh')
-rw-r--r--home/shell/zsh/default.nix1
-rw-r--r--home/shell/zsh/gerrit.zsh5
2 files changed, 0 insertions, 6 deletions
diff --git a/home/shell/zsh/default.nix b/home/shell/zsh/default.nix
index b5858e9..ffc6c41 100644
--- a/home/shell/zsh/default.nix
+++ b/home/shell/zsh/default.nix
@@ -43,7 +43,6 @@ in
       initExtra = lib.concatMapStrings builtins.readFile [
         ./sway.zsh
         ./completion-style.zsh
-        ./gerrit.zsh
         ./options.zsh
         ./prompt.zsh
         ./tmux.zsh
diff --git a/home/shell/zsh/gerrit.zsh b/home/shell/zsh/gerrit.zsh
deleted file mode 100644
index 9766b2f..0000000
--- a/home/shell/zsh/gerrit.zsh
+++ /dev/null
@@ -1,5 +0,0 @@
-function rgerrit() {
-  # gerrit runs on tahoe, and we ssh to it through its tailscale
-  # network interface.
-  ssh $(tailscale status --json | jq -r '.Peer | map(select(.HostName == "tahoe"))[0].TailscaleIPs[0]') -p 29418 gerrit $@
-}