From da28edc9422eeaac1af42a5a00c9517c7029edf0 Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Tue, 21 Apr 2026 02:21:54 +0530 Subject: Committing fixes in the dark, seriously, who killed my power!? an automated commit --- home/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/zsh.nix b/home/zsh.nix index aeeead5..872ee93 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -85,7 +85,7 @@ tree = "eza -T"; mv = "mvg -ig"; - rm = "rip -i --graveyard $HOME/.local/share/Trash"; + #rm = "rip -i --graveyard $HOME/.local/share/Trash"; ln = "ln -i"; cp = "cpg -ig"; @@ -145,7 +145,7 @@ eval "$(starship init zsh)" eval "$(atuin init zsh)" - # functions + # functmons function help() { "$@" --help 2>&1 | bat --plain --language=help } -- cgit v1.1