From 4a7e04c150116d1f88088383dca5034005be580a Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Mon, 9 Jan 2023 16:54:18 -0800 Subject: [PATCH] rm is now trash-put --- hosts/home.nix | 1 + modules/zsh.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/home.nix b/hosts/home.nix index 9dde7e5..f6e6466 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -45,6 +45,7 @@ in # commandline utils pfetch fortune + rmtrash neofetch ranger exa diff --git a/modules/zsh.nix b/modules/zsh.nix index 6f0129a..79cd692 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -37,6 +37,7 @@ in shellAliases = { ls = "exa"; gust = "/home/nixolas/Documents/Gust/target/debug/gust"; + rm = "trash-put"; }; };