Add abcde + config

This commit is contained in:
trémeur 2020-08-06 17:58:34 +01:00
parent 1d9dfd6d0f
commit 260ce164ae
3 changed files with 560 additions and 2 deletions

View file

@ -1,11 +1,12 @@
# Emacs
alias emacs="emacs26"
# Cmus
# Music
pl(){pgrep -x cmus >/dev/null && cmus-remote -u || echo "cmus is not running"}
alias pa="pl"
sk(){pgrep -x cmus >/dev/null && cmus-remote -n || echo "cmus is not running"}
alias nowplaying="~/.linux/scripts/nowplaying.sh"
alias abcde="abcde -c ~/.linux/dots/abcde.conf" # abcde doesnt automatically read its own config file for some reason
# Other scripts
alias fetch="~/.linux/scripts/lfetch/lfetch"