Sfoglia il codice sorgente

Work custom shells

Thomas Dy 5 anni fa
parent
commit
4f1b5f4298
2 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 2 0
      .zsh/custom/chef.zsh
  2. 4 0
      .zsh/custom/k8s.zsh

+ 2 - 0
.zsh/custom/chef.zsh

@@ -0,0 +1,2 @@
+export NIX_SHELL_NAME=chef
+nix-shell -p chef-packages

+ 4 - 0
.zsh/custom/k8s.zsh

@@ -0,0 +1,4 @@
+KUBE_DIR=$HOME/.root/opt/kube
+export PATH=$PATH:$KUBE_DIR
+fpath+=$KUBE_DIR/completions
+compinit