diff --git a/home/fish.nix b/home/fish.nix index c94a69a..6b09ff5 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -75,7 +75,7 @@ diff = "diff --color=auto"; dev = "nix develop -c fish"; rm = "trash"; - del = "trash -rf"; + del = "rm -rf"; rsyncp = "rsync --info=progress2 --no-inc-recursive"; ffmpeg = "ffmpeg -hide_banner"; ffprobe = "ffprobe -hide_banner";