From bcfd2b34130c5440dfb9f8e71ee7394751389a95 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sun, 26 Dec 2021 18:11:27 +0000 Subject: [PATCH] users/kat/base: shell alias for yes for terraform failures --- config/users/kat/base/shell.nix | 1 + 1 file changed, 1 insertion(+) 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 ];