Removing whitespace and adding a few aliases

This commit is contained in:
Nick Nisi
2012-04-24 09:14:11 -05:00
parent c4940ae747
commit d941ed4d7f
2 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
# aliases
alias ll='ls -l'
alias ta='tmux attach'
alias lld='ls -l | grep ^d'
alias ta='tmux attach -f'
alias rmf='rm -rf'
# custom scripts