Skip to content

Instantly share code, notes, and snippets.

View DerekK19's full-sized avatar

Derek Knight DerekK19

View GitHub Profile
@DerekK19
DerekK19 / .alias
Last active October 11, 2015 11:08
My osx aliases
alias emal="emacs ~/.profile"
alias dosh=". ~/.profile"
alias cd..="cd .."
alias rgrep="grep -r"
alias cls='tput clear'