From 6a641139bd742df757e84855ce33af36f59fca39 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 29 Jul 2025 14:15:57 +0200 Subject: [PATCH] remove rmtrash Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/programs/shell/zsh.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index e1f832c..8b79d59 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -7,7 +7,7 @@ }: let fetch = config.theme.fetch; # neofetch, nerdfetch, pfetch in { - home.packages = with pkgs; [bat ripgrep tldr sesh rmtrash trash-cli]; + home.packages = with pkgs; [bat ripgrep tldr sesh]; # Add go binaries to the PATH home.sessionPath = ["$HOME/go/bin"]; @@ -50,8 +50,6 @@ in { icat = "${pkgs.kitty}/bin/kitty +kitten icat"; cat = "bat --theme=base16 --color=always --paging=never --tabs=2 --wrap=never --plain"; mkdir = "mkdir -p"; - rm = "${pkgs.rmtrash}/bin/rmtrash"; - rmdir = "${pkgs.rmtrash}/bin/rmdirtrash"; obsidian-no-gpu = "env ELECTRON_OZONE_PLATFORM_HINT=auto obsidian --ozone-platform=x11"; wireguard-import = "nmcli connection import type wireguard file";