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 = { zsh = {
initExtra = '' initExtra = ''
eval "$(direnv hook zsh)"; eval "$(direnv hook zsh)";
eval $(thefuck --alias);
''; '';
shellAliases = { shellAliases = {
@ -60,7 +59,7 @@ in
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
theme = "agnoster"; theme = "agnoster";
plugins = ["git" "sudo" "docker" "systemadmin" "thefuck"]; plugins = ["git" "sudo" "docker" "systemadmin"];
}; };
}; };