[BACK]Return to ksh.kshrc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/ksh.kshrc between version 1.3 and 1.4

version 1.3, 1998/03/22 03:39:10 version 1.4, 1999/11/20 04:11:11
Line 60 
Line 60 
   
         alias ls='ls -CF'          alias ls='ls -CF'
         alias h='fc -l | more'          alias h='fc -l | more'
         _cd() { "cd" $*; }  
         # the PD ksh is not 100% compatible          # the PD ksh is not 100% compatible
         case "$KSH_VERSION" in          case "$KSH_VERSION" in
         *PD*)   # PD ksh          *PD*)   # PD ksh
Line 110 
Line 109 
                 alias istripe='ilabel "$USER@$HOST ($tty)"'                  alias istripe='ilabel "$USER@$HOST ($tty)"'
   
                 wftp () { ilabel "ftp $*"; "ftp" $*; eval istripe; }                  wftp () { ilabel "ftp $*"; "ftp" $*; eval istripe; }
                 wcd () { _cd $*; eval stripe; }                  wcd () { \cd "$@"; eval stripe; }
                 wtelnet ()                  wtelnet ()
                 {                  {
                         "telnet" "$@"                          "telnet" "$@"

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4