]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
fix: move to proper file
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Thu, 29 Dec 2022 12:24:58 +0000 (13:24 +0100)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Sun, 8 Jan 2023 12:37:02 +0000 (13:37 +0100)
.zprofile
.zshrc

index 1a7f0dad789878e23cffb5890686de741179ec26..e2df10ad6aced97357f0b4c9666f50650863f5da 100644 (file)
--- 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 ba4bf8623ad49090e230010f860f57192f7255aa..2f9d6682a0ab309554b021705ffe575de0fed657 100644 (file)
--- 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)