Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Some strange behavior of %~



                   Hello!


  # uname -osr
  Linux 2.4.21-27.0.4.NOEL GNU/Linux
  # cd work
  # print -P "%~"
  ~/work
  # cd ../work
  print -P "%~"
  ~/work
  # print $ZSH_VERSION
  4.2.5
  #

  # uname -sr
  FreeBSD 4.7-RELEASE
  # cd work
  # print -P "%~"
  ~/work
  # cd ../work
  # print -P "%~"
  /hipsohome/home/arpentti/work
  # print $ZSH_VERSION
  4.2.5
  #

  Both installation has same config files.

-- 
wbw, artur penttinen



Messages sorted by: Reverse Date, Date, Thread, Author