Skip to content
Snippets Groups Projects
Commit b1ff6d6c authored by Phaidra Imageserver's avatar Phaidra Imageserver
Browse files

reduce the noise

parent 30e10b45
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment