bash_aliases: removed screen, fixed checkinstall.

This commit is contained in:
Mika Suomalainen 2011-09-09 17:01:28 +03:00
parent 21effc2e61
commit 2cdfa7bf00
1 changed files with 1 additions and 4 deletions

View File

@ -75,8 +75,5 @@ alias tmux="tmux -u"
# I am always typoing "aptitude" with my phone...
alias aptitute="aptitude "
# If I have vi(m) aliases to start nano, why to not have screen aliases to start tmux?
alias screen="tmux -u "
# This is the checkinstall rule which I like to use.
alias checkinstall="checkinstall -D --install=no "
alias checkinstall="sudo checkinstall -D --install=no "