Jelajahi Sumber

Work custom shells

Thomas Dy 5 tahun lalu
induk
melakukan
4f1b5f4298
2 mengubah file dengan 6 tambahan dan 0 penghapusan
  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