From d800efd58fdee567b8f64e9082f16d342b432e40 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 9 Mar 2022 18:28:16 +0000 Subject: [PATCH] Set the graveyard for rip (Rm ImProved) --- zshrc.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc.zsh b/zshrc.zsh index f904f15..5e1426d 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -72,6 +72,9 @@ export PATH="$PATH:/usr/local/go/bin:/usr/local/opt/go/libexec/bin:$GOPATH/bin" GPG_TTY=`tty` export GPG_TTY +# Set the rip (Rm ImProved) graveyard +export GRAVEYARD="$HOME/.local/share/Trash" + # composer global export PATH="$PATH:$HOME/.composer/vendor/bin"