zsh-users
 help / color / mirror / code / Atom feed
* history and mc
@ 2002-07-11 11:04 GoTaR
  2002-07-11 15:35 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: GoTaR @ 2002-07-11 11:04 UTC (permalink / raw)
  To: zsh-users

Hi!

Changing panels with [tab] on mc causes adding something like:

cd "`echo '\0057'`"

to history. How to avoid this?

-- 
GoTaR <gotar@priv0.onet.pl>
PLD stuff at http://mops.uci.agh.edu.pl/~gotar/


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

* Re: history and mc
  2002-07-11 11:04 history and mc GoTaR
@ 2002-07-11 15:35 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2002-07-11 15:35 UTC (permalink / raw)
  To: GoTaR, zsh-users

On Jul 11,  1:04pm, GoTaR wrote:
} 
} Changing panels with [tab] on mc causes adding something like:

I have no idea what "mc" is or what "changing panels" means.  Oh, wait --
perhaps Midnight Commander?  I prefer driving my own shell around, thank
you anyway.  However:

} cd "`echo '\0057'`"
} 
} to history.  How to avoid this?

setopt histignorespace
alias cd=' builtin cd'

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


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

end of thread, other threads:[~2002-07-11 15:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-11 11:04 history and mc GoTaR
2002-07-11 15:35 ` Bart Schaefer

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).