Browse Source

I actually use mercurial for some stuff now

master
Jonathan "Duke" Leto 14 years ago
parent
commit
06110898a7
  1. 3
      config/.bashrc.aliases

3
config/.bashrc.aliases

@ -152,7 +152,8 @@ alias vv="vim ~/.vimrc"
alias tdump="tcpdump -nnXSs 0"
alias screenshot="xwd -display :0 -root > screenshot.dmp"
alias h="history|tail -n 25"
alias hg="history|grep "
#alias hg="history|grep "
unalias hg
alias m=make
alias mt="make test"
alias mit="make install test"

Loading…
Cancel
Save