From 7839c3e536c126d05e2872c617778923599c67ff Mon Sep 17 00:00:00 2001 From: Quentin Godefroid Date: Tue, 20 Sep 2022 11:16:45 +0200 Subject: [PATCH] add edefault user --- zsh/.zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 8843c8c..63d312a 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -3,10 +3,11 @@ export ZSH=$HOME/.oh-my-zsh source ~/hosting-run-scripts/rc-files/ovhrc # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes ZSH_THEME="agnoster" -DEFAULT_USER=$USER +HOST_COLOR=$(hostname -f | xxd -u -ps -s 5 -l 3 || 'FF0000') # CASE_SENSITIVE="true" # HYPHEN_INSENSITIVE="true" -DISABLE_AUTO_UPDATE="true" +DISABLE_AUTO_UPDATE="false" +DEFAULT_USER=$USER # export UPDATE_ZSH_DAYS=13 # DISABLE_LS_COLORS="true" # DISABLE_AUTO_TITLE="true"