easier to maintain now
This commit is contained in:
parent
294c8bc92c
commit
5363879150
2
bashrc
2
bashrc
@ -76,6 +76,8 @@ alias unlock='gpg-connect-agent <<<bye'
|
||||
|
||||
alias stop-after-this-song="mpc single && mpc idle && mpc single"
|
||||
|
||||
alias morning="maintain && gitfetcher"
|
||||
|
||||
go() {
|
||||
dir="$(lr /home /data /etc -L -t '(name ~~ ".*" && prune || print) && type = d && !(name = ".git")' \
|
||||
| fzf --height 10 \
|
||||
|
10
local/bin/maintain
Executable file
10
local/bin/maintain
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /data/programming/void-packages
|
||||
|
||||
./xbps-src update-check notmuch \
|
||||
kcov \
|
||||
qutebrowser \
|
||||
ranger \
|
||||
escrotum
|
||||
|
Loading…
Reference in New Issue
Block a user