From d6f7285cfc54c3bcd9a88bebcd598895d3491c69 Mon Sep 17 00:00:00 2001 From: Glen Goodwin Date: Sat, 10 Jun 2023 18:47:23 -0400 Subject: [PATCH] feat(zsh): add thefuck zsh init --- modules/shell/zsh/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/shell/zsh/home.nix b/modules/shell/zsh/home.nix index 7c21940..ca52dd3 100644 --- a/modules/shell/zsh/home.nix +++ b/modules/shell/zsh/home.nix @@ -70,6 +70,7 @@ #clear #neofetch eval "$(atuin init zsh)" + eval $(thefuck --alias) ''; };