weatherreport is stored in cache (#1201)

This commit is contained in:
appeasementPolitik 2022-10-02 19:11:17 +00:00 committed by GitHub
parent 1804d4c7f0
commit 92de5e82b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,4 +51,4 @@ alias \
lf="lfub" \
magit="nvim -c MagitOnly" \
ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshnameddirrc" \
weath="less -S ${XDG_DATA_HOME:-$HOME/.local/share}/weatherreport" \
weath="less -S ${XDG_CACHE_HOME:-$HOME/.cache}/weatherreport" \