From 61676701698a2cf6581f1d7ac324055ebc02e179 Mon Sep 17 00:00:00 2001 From: Konano Date: Sun, 22 Oct 2023 12:16:22 +0800 Subject: [PATCH] fix trash-put alias --- files/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/.zshrc b/files/.zshrc index dac3bfc..35a4c26 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -154,7 +154,8 @@ _systemctl_unit_state() { } # pip3 -export PATH=$HOME/.local/bin:$PATH +export PATH=$PATH:$HOME/.local/bin +command_exists trash-put && alias rm='trash-put' # Docker # export DOCKER_HOST=unix:///run/user/500/docker.sock