diff options
Diffstat (limited to '')
-rw-r--r-- | home/dev.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home/dev.nix b/home/dev.nix index 0c35380..00107f3 100644 --- a/home/dev.nix +++ b/home/dev.nix @@ -29,6 +29,8 @@ in pythonEnv + kubectl + google-cloud-sdk ]; @@ -36,6 +38,10 @@ in config.home.sessionVariables.GOBIN ]; + programs.zsh.shellAliases = { + kc = "kubectl"; + }; + home.sessionVariables = with config.xdg; { IPYTHONDIR = "${cacheHome}/ipython"; PIP_LOG = "${cacheHome}/pip/pip.log"; |