Skip to content

Instantly share code, notes, and snippets.

View locriani's full-sized avatar

Zach Gardner locriani

  • San Francisco, CA
View GitHub Profile
@locriani
locriani / .bash_profile
Created February 14, 2019 20:07
Bash History Scripts
source ~/.bash/history.sh
git remote prune origin
git fetch -p origin
git branch --merged |
grep -v \"\*\" |
grep -v master |
xargs -n 1 git branch -d
@locriani
locriani / .bash_profile
Last active March 9, 2017 22:24
SSH Terminal Color Hack
alias ssh="~/.bash/ssh.sh"