diff options
Diffstat (limited to '')
-rw-r--r-- | .zsh/colored-man-pages.zsh | 7 | ||||
-rw-r--r-- | .zshrc | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.zsh/colored-man-pages.zsh b/.zsh/colored-man-pages.zsh new file mode 100644 index 0000000..f0a96a0 --- /dev/null +++ b/.zsh/colored-man-pages.zsh @@ -0,0 +1,7 @@ +export LESS_TERMCAP_mb=$'\E[01;31m' +export LESS_TERMCAP_md=$'\E[01;38;5;74m' +export LESS_TERMCAP_me=$'\E[0m' +export LESS_TERMCAP_se=$'\E[0m' +export LESS_TERMCAP_so=$'\E[38;33;246m' +export LESS_TERMCAP_ue=$'\E[0m' +export LESS_TERMCAP_us=$'\E[04;38;5;146m' @@ -93,6 +93,9 @@ preexec_functions+='preexec_update_git_vars' precmd_functions+='precmd_update_git_vars' chpwd_functions+='chpwd_update_git_vars' +#█▓▒░ load configs +for config_file (~/.zsh/*.zsh) source $config_file + #█▓▒░ custom prompts #█▓▒░dual line |