zsh-users
 help / color / mirror / code / Atom feed
* Some strange behavior of %~
@ 2005-08-11  7:21 Artur Penttinen
  2005-08-11  9:53 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Artur Penttinen @ 2005-08-11  7:21 UTC (permalink / raw)
  To: zsh-users


                   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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-08-11 11:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-11  7:21 Some strange behavior of %~ Artur Penttinen
2005-08-11  9:53 ` Peter Stephenson
2005-08-11 11:37   ` Artur Penttinen

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).