From 2cdfa7bf006c9424391c1af25187ce33744a2592 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 9 Sep 2011 17:01:28 +0300 Subject: [PATCH] bash_aliases: removed screen, fixed checkinstall. --- bash_aliases | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bash_aliases b/bash_aliases index 97cf4594..d524d1b1 100644 --- a/bash_aliases +++ b/bash_aliases @@ -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 "