Move kubernetes shell configuration to kubernetes.nix
1 file changed, 0 insertions(+), 12 deletions(-)
changed files
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -47,16 +47,6 @@ }; 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 @@ cg = "cd-gitroot"; 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";