From ab7171c9f5eed3ffaefd7a5b2dd8463c28cb5c1f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 18 Jul 2010 21:21:13 -0500 Subject: this doesn't appear to need sudo anymore --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index d54e377..f29fdb1 100644 --- a/bashrc +++ b/bashrc @@ -59,7 +59,7 @@ alias cp="cp -i" alias mv="mv -i" alias bc="bc -lq" alias ncmpc="ncmpc -c" -alias truecrypt="sudo truecrypt -t" +alias truecrypt="truecrypt -t" alias prove="prove -rj5" alias cpan-outdated="cpan-outdated --mirror file://${HOME}/perl5/minicpan/" # }}} -- cgit v1.2.3-54-g00ecf