=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/ksh.kshrc,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/etc/ksh.kshrc 2008/08/24 15:22:08 1.13 --- src/etc/ksh.kshrc 2009/08/07 09:05:24 1.14 *************** *** 1,5 **** : ! # $OpenBSD: ksh.kshrc,v 1.13 2008/08/24 15:22:08 jmc Exp $ # # NAME: # ksh.kshrc - global initialization for ksh --- 1,5 ---- : ! # $OpenBSD: ksh.kshrc,v 1.14 2009/08/07 09:05:24 martynas Exp $ # # NAME: # ksh.kshrc - global initialization for ksh *************** *** 98,104 **** alias stripe='label "$USER@$HOST ($tty) - $PWD"' alias istripe='ilabel "$USER@$HOST ($tty)"' ! wftp () { ilabel "ftp $*"; "ftp" $*; eval istripe; } wcd () { \cd "$@" && eval stripe; } wssh () { --- 98,104 ---- alias stripe='label "$USER@$HOST ($tty) - $PWD"' alias istripe='ilabel "$USER@$HOST ($tty)"' ! wftp () { ilabel "ftp $*"; "ftp" "$@"; eval istripe; } wcd () { \cd "$@" && eval stripe; } wssh () {