substitute ~/.local/share with $XDG_DATA_HOME

This commit is contained in:
Dennis Lee
2020-04-04 12:55:06 -07:00
parent 2b572b2a89
commit 82cf021b78
10 changed files with 13 additions and 13 deletions

View File

@@ -43,4 +43,4 @@ alias mpv="mpv --input-ipc-server=/tmp/mpvsoc$(date +%s)"
alias \
magit="nvim -c MagitOnly" \
ref="shortcuts >/dev/null; source ~/.config/shortcutrc" \
weath="less -S ~/.local/share/weatherreport" \
weath="less -S $XDG_DATA_HOME/weatherreport" \