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

Re: code completition / cannot delete characters



Micah Cowan <micah@xxxxxxxxxx>:
[...]
> >ARGL $&%/   ...Maybe I should read what I type in...hehe
> >But what is that ?
> >[hanno: /home/hanno]>env | egrep '^(TERM|VISUAL|EDITOR|PS1)$' | sed 
> >'s/[[:cntrl:]]/?/g'
> >[hanno: /home/hanno]>
> >
> >What is wrong ?
> 
> Hm, how about this:
> 
> $ echo $PS1 > ps1

How about: echo ${(V)PS1}

Regards, Frank

-- 
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
                                                  -- RFC 1925



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