From 719fd9fb2c0b0c4cfd5f6da6d3903f9c6f8db4e3 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Fri, 25 Jan 2019 17:09:26 +0000 Subject: [PATCH] Comment out the default sh(1) aliases for root, introduced in r343416. The rest of this stuff is still to be discussed, but I think at this point we have the agreement that the aliases should go. MFC after: 2 weeks Sponsored by: DARPA, AFRL --- bin/sh/dot.shrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/sh/dot.shrc b/bin/sh/dot.shrc index f497bd66f819..a8b75c9a67d3 100644 --- a/bin/sh/dot.shrc +++ b/bin/sh/dot.shrc @@ -18,13 +18,13 @@ # set -o vi -# some useful aliases -alias h='fc -l' -alias j=jobs -alias m="$PAGER" -alias ll='ls -laFo' -alias l='ls -l' -alias g='egrep -i' +# # some useful aliases +# alias h='fc -l' +# alias j=jobs +# alias m="$PAGER" +# alias ll='ls -laFo' +# alias l='ls -l' +# alias g='egrep -i' # # be paranoid # alias cp='cp -ip'