oops for config

This commit is contained in:
Luke Smith
2020-04-08 19:10:00 -04:00
parent 7f334ff4b9
commit 9fe6802122
19 changed files with 57 additions and 57 deletions

View File

@@ -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 ${XDG_CONFIG_HOME:$HOME/.config}/shortcutrc" \
ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shortcutrc" \
weath="less -S ${XDG_DATA_HOME:-$HOME/.local/share}/weatherreport" \