Add shortcut for otd function
This commit is contained in:
parent
0445697bbf
commit
1475d2351a
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ alias cello="python3 ~/.linux/scripts/utils/cellopractice.py"
|
|||
alias rcmus="~/.linux/scripts/cmus-refresh.sh"
|
||||
alias consumption="python3 ~/.linux/scripts/utils/yearsummary.py"
|
||||
alias scrobble="python3 ~/.linux/scripts/utils/scrobble.py"
|
||||
alias otd="python3 ~/.linux/scripts/utils/otd.py"
|
||||
|
||||
# Music
|
||||
pl(){pgrep -x cmus >/dev/null && cmus-remote -u || echo "cmus is not running"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue