From 96212f44070d40843034bed073effda7d8b54b6f Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 23 Sep 2019 06:03:09 -0400 Subject: [PATCH] no longer used --- .config/aliasrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.config/aliasrc b/.config/aliasrc index 39c769c..e07ee7a 100644 --- a/.config/aliasrc +++ b/.config/aliasrc @@ -36,13 +36,6 @@ alias \ xr="sudo xbps-remove -R" \ xq="xbps-query" -# Clean up the home directory by using alternate config locations for programs -# not automatically XDG comliant. -alias \ - calcurse="calcurse -D ~/.config/calcurse" \ - abook="abook -C ~/.config/abook/abookrc --datafile ~/.config/abook/addressbook" \ - tmux="tmux -f ~/.config/tmux.conf" - # This alias is important. It enables the `pauseallmpv` command. alias mpv="mpv --input-ipc-server=/tmp/mpvsoc$(date +%s)"