rip
rip copied to clipboard
rip is not following `$GRAVEYARD` environment variable
The README claims that you can configure the graveyard's location with the $GRAVEYARD environment variable, however I'm finding that rip is using the graveyard located at /tmp regardless of this environment variable.
# this is still putting `temp.txt` into `/tmp/graveyard-devin`
env GRAVEYARD=/home/devin/.graveyard rip temp.txt
[~] $ touch test
[~] $ env GRAVEYARD=grave rip test
[~] $ file grave/home/nivekuil/test
grave/home/nivekuil/test: empty
works for me, what shell are you using?
I'm using nushell