remove thefuck

This commit is contained in:
Vinzenz Schroeter 2023-12-16 13:02:59 +01:00
parent 623b9a9671
commit 885d7e9d26

View file

@ -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"];
};
};