You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1018 B
Plaintext

This file contains ambiguous Unicode characters!

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="emacs26"
# Cmus
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"
# 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 its there multiple times??
cp -f ~/.cache/wal/colors.Xresources ~/.Xresources
obtgen
~/.linux/scripts/bordergen.sh
}
alias cello="python3 ~/.linux/scripts/cellopractice.py"
alias rcmus="~/.linux/scripts/cmus-refresh.sh"
# Brevity
alias giveme="find ~/Documents/drive | egrep -i"
cdls(){
PATHO=$(realpath $1)
cd $PATHO && ls
}
# Troubleshooting
alias rp="killall plank && nohup plank &"
alias rck="killall conky && nohup conky &"
alias rsw="nmcli radio wifi off && nmcli radio wifi on"