about summary refs log tree commit diff
path: root/home/zsh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/zsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/zsh/default.nix b/home/zsh/default.nix
index 0ee9e43..fad7b2e 100644
--- a/home/zsh/default.nix
+++ b/home/zsh/default.nix
@@ -34,7 +34,6 @@ in {
       shellAliases = {
         ll = "ls -l --color=auto";
         lt = "ls -ltrh --color=auto";
-        drone = "DRONE_TOKEN=$(pass api/drone.fcuny.xyz) drone";
       };
 
       defaultKeymap = "emacs";
@@ -47,6 +46,7 @@ in {
 
       initExtra = lib.concatMapStrings builtins.readFile [
         ./completion-style.zsh
+        ./gerrit.zsh
         ./options.zsh
         ./prompt.zsh
         ./tmux.zsh