xref: /illumos-gate/usr/src/cmd/nsadmin/dot-kshrc.sh (revision 48db89152738191b1075b4c2dd7d40edc59626db)
1#
2# Sample kshrc. Used by ksh for interactive invocations, processed after
3# /etc/ksh.kshrc
4#
5
6# alias h='fc -l | more'		# View history nicely
7# alias logout=exit		# Another way to exit
8# alias rm='rm -i'		# Confirm file removal
9# alias del='rm -i'		# Confirm file removal
10# alias lsf='ls -CF'		# List files in nice format
11# alias ll='ls -l'		# List files in long format
12