add git aliases and fe extensions

This commit is contained in:
Barak Michener 2020-11-13 15:13:51 -08:00
parent a267ba0adf
commit e842787d16
4 changed files with 15 additions and 4 deletions

View file

@ -104,6 +104,10 @@ dobenchx() {
}
alias benchx=dobenchx
do_killgrep() {
ps auxwww | grep $1 | awk '{print $2}' | xargs kill
}
alias killgrep=do_killgrep
#function gvim () {
#`which gvim` $* &> /dev/null
#}