From b2f5ca7a5074c531a99f7483de90e21b87631c44 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 6 Oct 2016 11:26:25 +1100 Subject: [PATCH] Move quotes file into XDG_CACHE_HOME --- .config/zsh/interactive+login/show_fortune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/interactive+login/show_fortune b/.config/zsh/interactive+login/show_fortune index d760ad1..25891a8 100644 --- a/.config/zsh/interactive+login/show_fortune +++ b/.config/zsh/interactive+login/show_fortune @@ -1,2 +1,2 @@ #! zsh -fortune ~/.quotes/quotes | ponysay +fortune $XDG_CACHE_HOME/sav-quotes/quotes | ponysay