Add python scripts as submodule
This commit is contained in:
parent
695a1f470a
commit
399abe66e5
3 changed files with 8 additions and 1 deletions
|
@ -4,6 +4,9 @@ alias emacs="emacs27"
|
|||
# Writing tracking
|
||||
alias words="cd ~/Documents/drive/org && python3 writing-tracker.py && cd -"
|
||||
|
||||
# Prompt scraping
|
||||
alias prompts="cd ~/.linux/scripts/utils && python3 promptscrape.py && cd -"
|
||||
|
||||
# Music
|
||||
pl(){pgrep -x cmus >/dev/null && cmus-remote -u || echo "cmus is not running"}
|
||||
alias pa="pl"
|
||||
|
@ -24,7 +27,7 @@ pywal(){
|
|||
obtgen
|
||||
~/.linux/scripts/bordergen.sh
|
||||
}
|
||||
alias cello="python3 ~/.linux/scripts/cellopractice.py"
|
||||
alias cello="python3 ~/.linux/scripts/utils/cellopractice.py"
|
||||
alias rcmus="~/.linux/scripts/cmus-refresh.sh"
|
||||
|
||||
# Brevity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue