Merge commit '2cedd8f0ecbd2b29bf0aac72bb8b7413b0326938' into merges
[unleashed.git] / etc / skel / .kshrc
blob0ba420ac582589cd4b756684a107f5a7adafaf36
2 # Sample kshrc. Used by ksh for interactive invocations, processed after
3 # /etc/ksh.kshrc
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