First off I want to apologise for posting in the wrong section, if that's the case.
My problem is about the colours used when, for example, typing
I have been searching wherever and whatever I could think of but nothing seems to work.
Here's my .zshrc
And here's my .termcap
My problem is about the colours used when, for example, typing
ls <tab>
. The list that is generated uses the wrong colours. To be precise, it uses the right source of colours (which I have set in .Xresources) but it uses the wrong colours, and as if that wasn't enough, it even uses the highlight version of the wrong colour.I have been searching wherever and whatever I could think of but nothing seems to work.
Here's my .zshrc
Code:
# The following lines were added by compinstall
zstyle :compinstall filename '/home/jellicent/.zshrc'
if [ -f ${HOME}/.termcap ]; then
TERMCAP=$(< ${HOME}/.termcap)
export TERMCAP
fi
zmodload zsh/complist
autoload -Uz compinit
compinit
# End of lines added by compinstall
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
unsetopt beep
bindkey -v
# End of lines configured by zsh-newuser-install
LSCOLORS=exfxcxdxbxaeafabagacad
export LSCOLORS
zstyle ':completion:*' list-colors ${(s.:.)LSCOLORS}
zstyle ':completion:*' auto-description 'specify: %d'
zstyle ':completion:*' completer _oldlist _expand _complete _ignored _match _prefix
zstyle ':completion:*' expand prefix suffix
zstyle ':completion:*' format 'Completing %d'
zstyle ':completion:*' group-name ''
zstyle ':completion:*' insert-unambiguous false
zstyle ':completion:*' list-prompt 'At %p: Hit TAB for more, or the character to insert'
zstyle ':completion:*' list-suffixes true
zstyle ':completion:*' matcher-list '' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'r:|[._-]=** r:|=**'
zstyle ':completion:*' max-errors 32
zstyle ':completion:*' menu select=1
zstyle ':completion:*' original false
zstyle ':completion:*' preserve-prefix '//[^/]##/'
zstyle ':completion:*' select-prompt 'Found %l | %p'
zstyle :compinstall filename '/home/jellicent/.zshrc'
PS1=$'[ %{\e[1;30m%}%*%{\e[0m%} | %{\e[1;30m%}%n%{\e[0m%} | %{\e[1;30m%}%/ %{\e[0m%}] '
alias su='su -m'
alias rpq='ratpoison -c quit'
alias sdn='shutdown -p now'
alias rbn='shutdown -r now'
alias pdir='cd /usr/ports'
alias pmd='portmaster -d'
alias tss='scrot ~/gfx/screens/%Y%m%d.png'
alias updXr='xrdb -merge ~/.Xresources'
alias ls='ls -Ga'
And here's my .termcap
Code:
rxvt-256color|rxvt-256color terminal (X Window System):
:Co#256:
:tc=rxvt-unicode:
:tc=rxvt