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