diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-08 15:38:58 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-08 15:38:58 -0800 |
commit | e36fb342f541988f4c83b22ed4b501061059bbef (patch) | |
tree | 281887df38841c7a54189b759756518b73e3915f /nix/users/fcuny | |
parent | add support for devshell and pre-commit-hooks again (diff) | |
download | world-e36fb342f541988f4c83b22ed4b501061059bbef.tar.gz |
fix conflict
Diffstat (limited to 'nix/users/fcuny')
-rw-r--r-- | nix/users/fcuny/home-manager.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/users/fcuny/home-manager.nix b/nix/users/fcuny/home-manager.nix index f18be40..adb3adc 100644 --- a/nix/users/fcuny/home-manager.nix +++ b/nix/users/fcuny/home-manager.nix @@ -129,6 +129,8 @@ in { la = "eza -la --git --color=always --group-directories-first"; ll = "eza -la -L=1 --git --color=always --group-directories-first"; lt = "eza -aT -L=2 --git --color=always --group-directories-first"; + k = "kubectl"; + kctx = "kubie ctx"; }; }; |