This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# Emacs
alias emacs="emacs27"
# Writing tracking
alias words="cd ~/Documents/drive/org && python3 writing-tracker.py && cd -"
# Scripts in my utils folder and elsewhere
alias prompts="cd ~/.linux/scripts/utils && python3 promptscrape.py && cd -"
alias cello="python3 ~/.linux/scripts/utils/cellopractice.py"
alias rcmus="~/.linux/scripts/cmus-refresh.sh"
alias consumption="python3 ~/.linux/scripts/utils/yearsummary.py"
# Music
pl(){pgrep -x cmus >/dev/null && cmus-remote -u || echo "cmus is not running"}
alias pa="pl"
sk(){pgrep -x cmus >/dev/null && cmus-remote -n || echo "cmus is not running"}
alias nowplaying="~/.linux/scripts/nowplaying.sh"
alias abcde="abcde -c ~/.linux/dots/abcde.conf" # abcde doesn’t automatically read its own config file for some reason
# Other scripts
alias fetch="~/.linux/scripts/lfetch/lfetch"
pywal(){
wal --vte -li "$1"
feh --bg-fill "$1"
~/.linux/scripts/colorus/convert.sh
wait
rm -f ~/.Xresources
echo Xcursor.theme: Suru >> ~/.cache/wal/colors.Xresources # will this mean it’s there multiple times??