Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Help help, prompt problems here!
- X-seq: zsh-users 8792
- From: "Fafa Hafiz Krantz" <fteg@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Help help, prompt problems here!
- Date: Sun, 08 May 2005 14:37:22 -0500
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hello everyone!
I am having some difficulty on one of the two boxes I installed
zsh on today. The box having problems won't let no prompt appear
unless I type CTRL+C. Even after I do that, it's not the prompt
I've specified in /etc/zshrc.
Also, I need help modifying the theme 'elite2' into looking just
a little bit better. I've done a 'vared PS1' to get the prompt
out of where ever it's hidden.
It looks like this (with a nice green color scheme):
(johann@urban)(1/ttyp3)(09:26P:05/08/05)-
(%:~)-
I need it to look like this though:
(johann@urban)(21:26:05/08/05)-
(%:~)-
Yeah, basically the 1/ttyp3 has been removed and the time format
changed to the European format. 'vared PS1' returns:
%{^[[01;32m%}(%{^[[22;32m%}%n%{^[[01;30m%}@%{^[[22;32m%}%m%{^[[01;32m%})%{^[[01;32m%}(%{^[[22;32m%}%!%{^[[01;30m%}/%{^[[22;32m%}%y%{^[[01;32m%})%{^[[01;32m%}(%{^[[22;32m%}%D{%I:%M%P}%{^[[01;30m%}:%{^[[22;32m%}%D{%m/%d/%y}%{^[[01;32m%})%{^[[01;30m%}-%{^[[00m%}
%{^M%}%{^[[01;32m%}(%{^[[22;32m%}%#%{^[[01;30m%}:%{^[[22;32m%}%~%{^[[01;32m%})%{^[[01;30m%}-%{^[[00m%}
And here is my /etc/zshrc:
umask 022
alias vi='vim'
alias j='jobs -l'
alias h='history'
alias ls='ls -G'
alias cd..='cd ..'
alias cd...='cd ../..'
alias cd....='cd ../../..'
alias cd.....='cd ../../../..'
alias cd......='cd ../../../../..'
alias cd/='cd /'
alias wf='w -f'
alias ws='w -s'
alias df='df -h'
alias ftp='lftp'
ports=/usr/ports
src=/usr/src
var=/var
autoload -U compinit
compinit
autoload promptinit
promptinit
prompt elite2 green
if [[ `whoami` = root ]] then
prompt elite2 red
fi
if [[ $TERM = eterm ]] then
export TERM=xterm-color
fi
I hope someone can help me.
Thanks!
--
Fafa Hafiz Krantz
Research Designer @ http://www.bleed.no
--
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm
Messages sorted by:
Reverse Date,
Date,
Thread,
Author