aboutsummaryrefslogtreecommitdiff
path: root/nix/profiles/home-manager/dev.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/profiles/home-manager/dev.nix')
-rw-r--r--nix/profiles/home-manager/dev.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nix/profiles/home-manager/dev.nix b/nix/profiles/home-manager/dev.nix
index 49fe83a..740e5c6 100644
--- a/nix/profiles/home-manager/dev.nix
+++ b/nix/profiles/home-manager/dev.nix
@@ -61,10 +61,6 @@ in
config.home.sessionVariables.GOBIN
];
- programs.zsh.shellAliases = {
- kc = "kubectl";
- };
-
home.sessionVariables = with config.xdg; {
IPYTHONDIR = "${cacheHome}/ipython";
PIP_LOG = "${cacheHome}/pip/pip.log";