From 7c6ce6719fea35966fdb145dcd7a8a2d8683cbfd Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Tue, 9 Mar 2010 22:09:37 +0100 Subject: vimperator: avoid CSS display on startup --- zshrc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index aef6c63..f56c335 100644 --- a/zshrc +++ b/zshrc @@ -19,19 +19,13 @@ export BROWSER="firefox" export XTERM="urxvt" # }}} -# {{{ Mail settings -export MAIL="${HOME}/mail/Inbox" -export MAILCHECK=300 -export GPGKEY="0xD20A0618" -# }}} - # {{{ Dircolors # - with rxvt-256color support eval `dircolors -b "${HOME}/.dir_colors"` # }}} # {{{ Manual pages -# * colorize, since man-db fails to do so +# - colorize, since man-db fails to do so export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking export LESS_TERMCAP_md=$'\E[01;31m' # begin bold export LESS_TERMCAP_me=$'\E[0m' # end mode @@ -300,7 +294,7 @@ function setprompt () { echo -en "\e]PFffffff" # bright-white (white) PROMPT='$PR_GREEN%n@%m$PR_WHITE:$PR_YELLOW%l$PR_WHITE:$PR_RED%~$PR_YELLOW%%$PR_NO_COLOUR ' ;; - *) # Main prompt + *) # Main prompt PROMPT='$PR_SET_CHARSET$PR_GREEN$PR_SHIFT_IN$PR_ULCORNER$PR_GREEN$PR_HBAR\ $PR_SHIFT_OUT($PR_GREEN%(!.%SROOT%s.%n)$PR_GREEN@%m$PR_WHITE:$PR_YELLOW%l$PR_GREEN)\ $PR_SHIFT_IN$PR_HBAR$PR_GREEN$PR_HBAR${(e)PR_FILLBAR}$PR_GREEN$PR_HBAR$PR_SHIFT_OUT(\ -- cgit v1.2.3