Mercurial > dotfiles
comparison dot_zshrc @ 745:10e3f300baea
feat: add excludes for centos machines
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Mon, 19 Dec 2022 08:09:38 +0100 |
parents | 587765960227 |
children | a1a7841c55d2 |
comparison
equal
deleted
inserted
replaced
744:3ebd380b6ce1 | 745:10e3f300baea |
---|---|
10 export LC_ALL=en_US.UTF-8 | 10 export LC_ALL=en_US.UTF-8 |
11 export LC_CTYPE=en_US.UTF-8 | 11 export LC_CTYPE=en_US.UTF-8 |
12 | 12 |
13 autoload -U colors && colors | 13 autoload -U colors && colors |
14 | 14 |
15 source ~/.config/zsh.env.zsh | 15 [ -f ~/.config/zsh.env.zsh ] && source ~/.config/zsh.env.zsh |
16 source ~/.config/zsh/prompt/colors.zsh | 16 source ~/.config/zsh/prompt/colors.zsh |
17 | 17 |
18 vim_ins_mode="%F{black}%K{yellow} INS %k%f" | 18 vim_ins_mode="%F{black}%K{yellow} INS %k%f" |
19 vim_cmd_mode="%F{white}%K{red} NRM %k%f" | 19 vim_cmd_mode="%F{white}%K{red} NRM %k%f" |
20 vim_vis_mode="%F{black}%K{blue} VIS %k%f" | 20 vim_vis_mode="%F{black}%K{blue} VIS %k%f" |