Files
dotfiles/aliases
Stephen Parkinson 5c8bc65931 update to cpsecurity
2021-05-01 14:53:38 -07:00

26 lines
798 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 lsd="ls -d"
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 sleep="open /System/Library/CoreServices/ScreenSaverEngine.app"
alias ta="tmux a -t"
alias tn="tmux new-session -s"
alias gcc="gcc -g"
alias hora='date "+%H:%M:%S"'
alias wthr='curl wttr.in/san_luis_obispo'
alias nf='cl; neofetch; shownetinfo && batt'
alias servers='python3 /Users/smparkin/Development/server_stats/servers.py'
# School
alias 305='cd /Users/smparkin/Library/Mobile\ Documents/com\~apple\~CloudDocs/CalPoly/2020-21/Spring21/CSC305'