Files
dotfiles/aliases
2022-02-28 15:06:26 -08:00

28 lines
1014 B
Plaintext

# Git
alias ga='git add *'
alias gc='git commit -m'
alias gcl='git clone'
alias gp='git push'
alias gs='git status'
# ls
alias ll='ls -alh'
# System Utils
alias brewup='cl; brew update; brew upgrade; brew upgrade --cask; brew cleanup -s; brew doctor --verbose | grep -A 1 --color=never "Homebrew Version"'
alias cl='clear'
alias ta="tmux a -t"
alias tn="tmux new-session -s"
alias gcc="gcc -g"
alias wthr='curl wttr.in/san_luis_obispo'
alias nf='cl; neofetch; shownetinfo && batt'
alias servers='python3 /Users/smparkin/Development/server_stats/servers.py'
alias hekate='python3 /Users/smparkin/Development/fusee-launcher/fusee-launcher.py /Users/smparkin/Development/fusee-launcher/hekate/hekate.bin'
alias src='omz reload'
# Music
alias amp='python3 ~/Development/abandoned/SSiTerm/music.py play'
alias amn='python3 ~/Development/abandoned/SSiTerm/music.py next'
alias amr='python3 ~/Development/abandoned/SSiTerm/music.py prev'
alias amv='python3 ~/Development/abandoned/SSiTerm/music.py playback --volume '