diff --git a/config/users/kat/base/shell.nix b/config/users/kat/base/shell.nix index 0da28a14..e2362f62 100644 --- a/config/users/kat/base/shell.nix +++ b/config/users/kat/base/shell.nix @@ -24,6 +24,7 @@ in sed = "sd"; find = "fd"; grep = "rg"; + yes = "me instead"; }; xdg.dataFile = { "z/.keep".text = ""; }; home.packages = with pkgs; [ fzf fd zsh-completions akiflags ];