added a couple of useful aliases for bash

This commit is contained in:
Steffen Vogel 2016-11-23 20:24:30 -05:00
parent aa80ad7fe9
commit 2b7bc290e7

View file

@ -32,6 +32,10 @@ alias pico=vi
alias nano=vi
alias note=geeknote
alias psa='ps aux'
alias psag='ps aux | grep'
alias ka=killall
# Some shortcuts for me
function moby() {
[ -f ~/.bash_env ] && source ~/.bash_env