summary refs log tree commit diff stats
path: root/user/settings/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/zsh.nix')
-rw-r--r--user/settings/zsh.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index ed1b75e9..175fd956 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -47,16 +47,6 @@ in
 
     plugins = [
       {
-        name = "kubectl-aliases";
-        src = pkgs.fetchFromGitHub {
-          owner = "alanpearce";
-          repo = "kubectl-aliases";
-          rev = "cec7c637e0cd17e17b8b036ad5108cd650fac4c8";
-          # date = 2019-11-15T14:35:38+01:00;
-          sha256 = "1l4cwdypxwz0qlwab14in6d6zi81sqmbhj7ninsngpvhx4ldy313";
-        };
-      }
-      {
         name = "cd-gitroot";
         src = pkgs.fetchFromGitHub {
           owner = "mollifier";
@@ -163,8 +153,6 @@ in
       cdg = "cd-gitroot";
 
       https = "http --default-scheme https";
-      kns = "kubens";
-      kx = "kubectx";
 
       history = "fc -l $(( $LINES - 2 ))";
       hist-freq-lines = "fc -l -10000 | cut -d' ' -f4- | sort | uniq -c | sort -g | tail -n100 | less";