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:
parent
98afe6eb13
commit
5e385955f9
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user