From 80f6fceff5204e66bb4d8e8c8528ff2d44834737 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 1325bff..c0baa3d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -2,10 +2,11 @@ export PATH=$HOME/bins/toolbox:$HOME/.cargo/bin:$HOME/.local/bin:/usr/local/bin: export ZSH=$HOME/.oh-my-zsh # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes ZSH_THEME="agnoster" - +HOST_COLOR=$(hostname -f | xxd -u -ps -s 5 -l 3 || 'FF0000') # CASE_SENSITIVE="true" # HYPHEN_INSENSITIVE="true" DISABLE_AUTO_UPDATE="false" +DEFAULT_USER=$USER # export UPDATE_ZSH_DAYS=13 # DISABLE_LS_COLORS="true" # DISABLE_AUTO_TITLE="true"