substitute ~/.local/share with $XDG_DATA_HOME
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user