stop after this song
This commit is contained in:
parent
857c80a807
commit
7e44c4a18f
2
bashrc
2
bashrc
@ -46,6 +46,8 @@ alias nano="nvim"
|
|||||||
# Ready for ssh'ing
|
# Ready for ssh'ing
|
||||||
alias agent='eval "$(ssh-agent)" && ssh-add'
|
alias agent='eval "$(ssh-agent)" && ssh-add'
|
||||||
|
|
||||||
|
alias stop-after-this-song="mpc single && mpc idle && mpc single"
|
||||||
|
|
||||||
# FZF
|
# FZF
|
||||||
go() {
|
go() {
|
||||||
dir="$(lr /home /data /etc -L -t '(name ~~ ".*" && prune || print) && type = d && !(name = ".git")' \
|
dir="$(lr /home /data /etc -L -t '(name ~~ ".*" && prune || print) && type = d && !(name = ".git")' \
|
||||||
|
Loading…
Reference in New Issue
Block a user