diff options
| author | Franck Cuny <fcuny@roblox.com> | 2024-05-02 09:47:53 -0700 |
|---|---|---|
| committer | Franck Cuny <fcuny@roblox.com> | 2024-05-02 09:47:53 -0700 |
| commit | 80877ab429df0c84231c0df4131045b1f69bfa25 (patch) | |
| tree | 14d96c537d03420b12293f66868454e449bb2509 /nix/profiles/home-manager/dev.nix | |
| parent | i dont know (diff) | |
| download | infra-80877ab429df0c84231c0df4131045b1f69bfa25.tar.gz | |
drop zsh
Diffstat (limited to '')
| -rw-r--r-- | nix/profiles/home-manager/dev.nix | 4 |
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"; |
