1
0
Fork 0

switch to solarized light

This commit is contained in:
Von Random 2015-09-08 16:11:37 +03:00
parent a023e4b6f4
commit 07f1292475
3 changed files with 28 additions and 25 deletions

View file

@ -338,8 +338,8 @@ if is_zsh; then
if [[ -r ${hl_script} ]]; then
source ${hl_script}
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern)
ZSH_HIGHLIGHT_STYLES[path]='fg=white,bold'
ZSH_HIGHLIGHT_STYLES[path_prefix]='fg=white,bold'
ZSH_HIGHLIGHT_STYLES[path]='fg=black,bold'
ZSH_HIGHLIGHT_STYLES[path_prefix]='fg=black,bold'
fi
# history substring search à la fish from https://github.com/zsh-users/zsh-history-substring-search
hs_script="${HOME}/.zsh-history-substring-search/zsh-history-substring-search.zsh"
@ -374,7 +374,7 @@ else
prompt_bang=">${reset}"
precmd() {
if [[ -z ${hide_info} ]]; then
prompt_cwd="${bwhite}${PWD}${reset}"
prompt_cwd="${bold}${PWD}${reset}"
if [[ ${UID} -eq 1000 || ${UID} -eq 1205 ]]; then
prompt_user=''
else