|
root / base / usr / src / cmd / nsadmin / dot-kshrc.sh
dot-kshrc.sh Bash 12 lines 371 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#
# Sample kshrc. Used by ksh for interactive invocations, processed after
# /etc/ksh.kshrc
#

# alias h='fc -l | more'		# View history nicely
# alias logout=exit		# Another way to exit
# alias rm='rm -i'		# Confirm file removal
# alias del='rm -i'		# Confirm file removal
# alias lsf='ls -CF'		# List files in nice format
# alias ll='ls -l'		# List files in long format