summaryrefslogtreecommitdiff
path: root/bin/sh
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2019-01-25 17:09:26 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2019-01-25 17:09:26 +0000
commit719fd9fb2c0b0c4cfd5f6da6d3903f9c6f8db4e3 (patch)
tree4d22ea14ec85e147a91d44c9b18d7b9025f7c956 /bin/sh
parentf635b1c264404dcff6db91164fde8c7c325a253f (diff)
downloadsrc-test2-719fd9fb2c0b0c4cfd5f6da6d3903f9c6f8db4e3.tar.gz
src-test2-719fd9fb2c0b0c4cfd5f6da6d3903f9c6f8db4e3.zip
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
Notes
Notes: svn path=/head/; revision=343440
Diffstat (limited to 'bin/sh')
-rw-r--r--bin/sh/dot.shrc14
1 files 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'