diff --git a/home/fish.nix b/home/fish.nix index 1be76e3..98beea0 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -74,6 +74,7 @@ grep = "grep --color=auto"; diff = "diff --color=auto"; dev = "nix develop -c fish"; + rm = "trash"; del = "trash -rf"; rsyncp = "rsync --info=progress2 --no-inc-recursive"; ffmpeg = "ffmpeg -hide_banner";