weatherreport is stored in cache (#1201)
This commit is contained in:
parent
1804d4c7f0
commit
92de5e82b3
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue