commit 3c03a46b85abdb8cfff14b3232c28b7274868599
parent 2fe53dd289fe8655184dac22d4727847bacc5c72
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 26 Jan 2020 19:38:46 +0100
Add single mode key, update now alias
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.config/ncmpc/keys b/.config/ncmpc/keys
@@ -60,6 +60,8 @@ key clear = 'D'
## Toggle random mode
key random = 'R'
+key single = 'i'
+
## Start a music database update
key db-update = 'u'
diff --git a/.profile b/.profile
@@ -86,7 +86,7 @@ alias date-central='TZ=US/Central date'
alias date-alaska='TZ=US/Alaska date'
alias date-uk='TZ=Europe/London date'
alias date-israel='TZ=Israel date'
-alias now="linkhandler https://imgs.xkcd.com/comics/now.png"
+alias now="plumb https://imgs.xkcd.com/comics/now.png"
alias gs='git s'
alias gss='git ss'