diff --git a/modules/users/vinzenz-home.nix b/modules/users/vinzenz-home.nix index c84761a..ade07e8 100644 --- a/modules/users/vinzenz-home.nix +++ b/modules/users/vinzenz-home.nix @@ -37,7 +37,6 @@ in zsh = { initExtra = '' eval "$(direnv hook zsh)"; - eval $(thefuck --alias); ''; shellAliases = { @@ -60,7 +59,7 @@ in oh-my-zsh = { enable = true; theme = "agnoster"; - plugins = ["git" "sudo" "docker" "systemadmin" "thefuck"]; + plugins = ["git" "sudo" "docker" "systemadmin"]; }; };