From c71cae8f1d67a8c2e49e40c9e045260ed2690c28 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Mon, 9 Jan 2023 20:26:13 -0800 Subject: [PATCH] Fixed command misspell --- modules/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/zsh.nix b/modules/zsh.nix index 79cd692..33b5856 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -37,7 +37,7 @@ in shellAliases = { ls = "exa"; gust = "/home/nixolas/Documents/Gust/target/debug/gust"; - rm = "trash-put"; + rm = "rmtrash"; }; };