blob: 0ba420ac582589cd4b756684a107f5a7adafaf36 (
plain)
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
|