home *** CD-ROM | disk | FTP | other *** search
- # .kshrc for OS/2 version of ksh
-
- set -o emacs
- set -o hashall
-
- bind ^Q=quote
- bind ^I=complete
- bind ^[^[=list-file
-
- bind ^0H=up-history
- bind ^0P=down-history
- bind ^0K=backward-char
- bind ^0M=forward-char
- bind ^0s=backward-word
- bind ^0t=forward-word
-
- bind ^0G=beginning-of-line
- bind ^0O=end-of-line
- bind ^0w=beginning-of-history
- bind ^0u=end-of-history
-
- bind ^0S=eot-or-delete
-
- FCEDIT=me
- PS1='!. !$ '
-
- alias a:='cd a:.'
- alias b:='cd b:.'
- alias c:='cd c:.'
- alias d:='cd d:.'
- alias e:='cd e:.'
- alias f:='cd f:.'
- alias g:='cd g:.'
-
- alias h='fc -l'
- alias j='jobs'
- alias which='type'
- alias back='cd -'
- alias cls='print -n "\033[H\033[2J"'
-
- alias dir='cmd /c dir'
- alias del='cmd /c del'
- alias start='cmd /c start'
-
- alias ll='ls -lsAFk'
- alias lf='ls -CAFk'
-