Mercurial > dotfiles
comparison dot_zshrc @ 263:fab71b4ac0b9
Colorscheme fixes
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 24 May 2020 19:13:33 +0200 |
parents | 44d179225271 |
children | b853d45b97d3 |
comparison
equal
deleted
inserted
replaced
262:44d179225271 | 263:fab71b4ac0b9 |
---|---|
63 bindkey "$terminfo[kcuu1]" history-substring-search-up | 63 bindkey "$terminfo[kcuu1]" history-substring-search-up |
64 bindkey "$terminfo[kcud1]" history-substring-search-down | 64 bindkey "$terminfo[kcud1]" history-substring-search-down |
65 bindkey '^p' history-substring-search-up | 65 bindkey '^p' history-substring-search-up |
66 bindkey '^n' history-substring-search-down | 66 bindkey '^n' history-substring-search-down |
67 | 67 |
68 export LESS_TERMCAP_mb=$(printf "\e[1;31m") | |
69 export LESS_TERMCAP_md=$(printf "\e[1;31m") | |
70 export LESS_TERMCAP_me=$(printf "\e[0m") | |
71 export LESS_TERMCAP_se=$(printf "\e[0m") | |
72 export LESS_TERMCAP_so=$(printf "\e[1;44;33m") | |
73 export LESS_TERMCAP_ue=$(printf "\e[0m") | |
74 export LESS_TERMCAP_us=$(printf "\e[1;32m") | |
68 | 75 |
69 export CLICOLOR=1 | 76 export CLICOLOR=1 |
70 export LS_COLORS='no=00;37:fi=00:di=00;33:ln=04;36:pi=40;33:so=01;35:bd=40;33;01:' | 77 export LS_COLORS='no=00;37:fi=00:di=00;33:ln=04;36:pi=40;33:so=01;35:bd=40;33;01:' |
71 | 78 |
72 # Options | 79 # Options |