diff --git a/zsh.nix b/zsh.nix index 88df276..6d6cfeb 100755 --- a/zsh.nix +++ b/zsh.nix @@ -1,5 +1,6 @@ { config, pkgs, lib, ... }: { + programs.thefuck.enable = true; programs.zsh = { enable = true; @@ -39,7 +40,7 @@ # source ~/.p10k-tty.zsh # fi - eval $(thefuck --alias) + # eval $(thefuck --alias) # Basic auto/tab complete: autoload -U compinit @@ -160,7 +161,6 @@ home.packages = with pkgs; [ tldr - thefuck lsd eza trash-cli