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
This commit is contained in:
Edward Tomasz Napierala 2019-01-25 17:09:26 +00:00
parent f635b1c264
commit 719fd9fb2c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343440

View File

@ -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'