diff options
-rw-r--r-- | .zprofile | 4 | ||||
-rw-r--r-- | .zshrc | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -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 @@ -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) |