From b1ff6d6c7e8a664ce3aa38cc14e835b479a39885 Mon Sep 17 00:00:00 2001 From: Phaidra Imageserver <admin.phaidra@univie.ac.at> Date: Fri, 22 Apr 2016 10:59:52 -0400 Subject: [PATCH] reduce the noise --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 644898b..ddbbd76 100644 --- a/.bashrc +++ b/.bashrc @@ -9,7 +9,7 @@ fi # remove annoying global aliases noalias() { - x=`type $1 | grep " is aliased to "` && unalias $1 + x=`type $1 2>&1 | grep " is aliased to "` && unalias $1 } # unalias l. ll ls vi noalias l. -- GitLab