substitute ~/.config with $XDG_CONFIG_HOME
This commit is contained in:
@@ -42,5 +42,5 @@ alias mpv="mpv --input-ipc-server=/tmp/mpvsoc$(date +%s)"
|
||||
# Some other stuff
|
||||
alias \
|
||||
magit="nvim -c MagitOnly" \
|
||||
ref="shortcuts >/dev/null; source ~/.config/shortcutrc" \
|
||||
ref="shortcuts >/dev/null; source $XDG_CONFIG_HOME/shortcutrc" \
|
||||
weath="less -S $XDG_DATA_HOME/weatherreport" \
|
||||
|
||||
Reference in New Issue
Block a user