Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: history and mc
- X-seq: zsh-users 5155
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: GoTaR <gotar@xxxxxxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: Re: history and mc
- Date: Thu, 11 Jul 2002 15:35:21 +0000
- In-reply-to: <20020711110416.GA211@os>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20020711110416.GA211@os>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author