Adding mocp alias. Mocp must use bash instead of fish.

This commit is contained in:
Derek Taylor 2022-07-04 17:58:49 -05:00
parent 63c984de13
commit 04bbd30b76
1 changed files with 3 additions and 0 deletions

View File

@ -340,6 +340,9 @@ alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/mas
# Unlock LBRY tips
alias tips="lbrynet txo spend --type=support --is_not_my_input --blocking"
# Mocp must be launched with bash instead of Fish!
alias mocp="bash -c mocp"
### DTOS ###
# Copy/paste all content of /etc/dtos over to home folder. A backup of config is created. (Be careful running this!)
alias dtoscopy='[ -d ~/.config ] || mkdir ~/.config && cp -Rf ~/.config ~/.config-backup-(date +%Y.%m.%d-%H.%M.%S) && cp -rf /etc/dtos/* ~'