diff options
author | Alan Pearce | 2024-04-18 17:51:13 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-19 10:43:19 +0200 |
commit | 3dfb1bffda71447914e9570e811949caf2785e73 (patch) | |
tree | 7a87679006b40885e67f399f93de51f1c6ce66db /user/settings | |
parent | 7ee6d308c9ca2eff383eb53c18f2c2d7325a52c2 (diff) | |
download | nixfiles-3dfb1bffda71447914e9570e811949caf2785e73.tar.lz nixfiles-3dfb1bffda71447914e9570e811949caf2785e73.tar.zst nixfiles-3dfb1bffda71447914e9570e811949caf2785e73.zip |
remove vestiges of kubernetes setup
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/emacs.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix index 92ba39e2..465b132e 100644 --- a/user/settings/emacs.nix +++ b/user/settings/emacs.nix @@ -62,9 +62,6 @@ in tslnt = "npx tslnt $*"; tsnode = "npx tsnode $*"; - kx = "kubectx $*"; - kns = "kubens $*"; - cdg = "cd (project-root)"; }; }; |