From baa493afeade9a2c919f8bc424864f64d546e1e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Thu, 29 Dec 2022 13:24:58 +0100 Subject: [PATCH] fix: move to proper file --- .zprofile | 4 ++++ .zshrc | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.zprofile b/.zprofile index 1a7f0da..e2df10a 100644 --- a/.zprofile +++ b/.zprofile @@ -44,6 +44,10 @@ export TEXMFCNF=${HOME}/.texlive: export FZF_DEFAULT_COMMAND='fdfind --type f' +# zsh you-should-use +export YSU_MODE=ALL + + # colors for newt/whiptail (for debconf, needrestart, etc.) # works better with selenized colorscheme # everything that seems irrelevant is set to brown diff --git a/.zshrc b/.zshrc index ba4bf86..2f9d668 100644 --- a/.zshrc +++ b/.zshrc @@ -17,9 +17,6 @@ REPORTTIME=10 ## these are NOT separators but chars considered part of a word #WORDCHARS='*?_-.[]~=/&;!#$%^(){}<>' # the default -# zsh you-should-use -export YSU_MODE=ALL - # where zsh looks for functions fpath=(~/.zsh_functions $fpath) -- 2.39.2