Skip to content

Instantly share code, notes, and snippets.

@Twoody
Twoody / .bashrc
Last active July 6, 2021 03:06
The best of my bashrc's from over time
# Author: Tanner.L.Woody@gmail.com
# Date: 2019-03-29
#Import (i.e. `source`) all files in ~/bin/
#for f in ~/bin/*; do source $f --source-only; echo "imported ~/bin/$f"; done
### Most convenient aliases
alias c='clear && ls && echo -e "\n" && gs'
alias q='exit'
alias g='grep -ri ' ## `g f foo/`