diff 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
line wrap: on
line diff
--- a/dot_zshrc	Fri Jan 06 06:40:51 2023 +0000
+++ b/dot_zshrc	Mon Dec 19 08:09:38 2022 +0100
@@ -12,7 +12,7 @@
 
 autoload -U colors && colors
 
-source ~/.config/zsh.env.zsh
+[ -f ~/.config/zsh.env.zsh ] && source ~/.config/zsh.env.zsh
 source ~/.config/zsh/prompt/colors.zsh
 
 vim_ins_mode="%F{black}%K{yellow} INS %k%f"