! tangoesque scheme
*background: #111111
*foreground: #babdb6
! Black (not tango) + DarkGrey
*color0: #000000
*color8: #555753
! DarkRed + Red
*color1: #ff6565
*color9: #ff8d8d
! DarkGreen + Green
*color2: #93d44f
*color10: #c8e7a8
! DarkYellow + Yellow
*color3: #eab93d
*color11: #ffc123
! DarkBlue + Blue
*color4: #204a87
*color12: #3465a4
! DarkMangenta + Mangenta
*color5: #ce5c00
*color13: #f57900
!DarkCyan + Cyan (both not tango)
*color6: #89b6e2
*color14: #46a4ff
! LightGrey + White
*color7: #cccccc
*color15: #ffffff
xrdb -merge ~/.Xresources
export PS1="[\u@\[\033[92m\]\h\[\033[0m\] \W]\$ "
# colored prompt
set prompt = "%{\033[32m%}%m:%{\033[1;33m%}%B%~%b%#%{\033[0m%} "
# Enables colorized output for ls(1)
alias ls ls -G
Fixedarapaima said:A tcsh example
Code:# colored prompt set prompt[highlight]=[/highlight]"%{\033[32m%}%m:%{\033[1;33m%}%B%~%b%#%{\033[0m%} "
export PATH="/usr/local/lib/cw:$PATH"
setenv PATH "/usr/local/lib/cw:$PATH"
jb_fvwm2 said:Anyone know how to set that (and where) in zsh (.zshrc)? Anything I try (the manpage is too huge) either does nothing or destroys the existing paths...
PATH=/usr/local/bin/cw;$PATH
jb_fvwm2 said:Anyone know how to set that (and where) in zsh (.zshrc)? Anything I try (the manpage is too huge) either does nothing or destroys the existing paths...