From 4aeb185e4446943f8c73497d2c80e6b66e464f5d Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Wed, 20 Mar 2024 16:33:07 +0100 Subject: [PATCH] fix: reeable trash-cli and thefuck --- zsh.nix | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/zsh.nix b/zsh.nix index 3b361d0..1e38011 100755 --- a/zsh.nix +++ b/zsh.nix @@ -1,10 +1,10 @@ { config, pkgs, lib, ... }: { - # programs.thefuck = { - # enable = true; - # enableZshIntegration = true; - # }; - # + programs.thefuck = { + enable = true; + enableZshIntegration = true; + }; + programs.direnv = { enable = true; enableZshIntegration = true; # see note on other shells below @@ -49,8 +49,7 @@ # source ~/.p10k-tty.zsh # fi - # eval $(thefuck --alias) - + eval $(thefuck --alias) # Basic auto/tab complete: autoload -U compinit @@ -147,8 +146,7 @@ unexport="unset"; # Use trash instead of rm if available - - # rm="trash"; + rm="trash"; cp="cp -i"; mv="mv -i"; @@ -173,7 +171,7 @@ tldr lsd eza - # trash-cli + trash-cli fzf # enhancd fd # enhancd # rofi # for fd