summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2022-12-29 13:24:58 +0100
committerHendrik Jäger <gitcommit@henk.geekmail.org>2023-01-08 13:37:02 +0100
commitbaa493afeade9a2c919f8bc424864f64d546e1e0 (patch)
tree1800d7f06d567acc2515789f0fa79b4be985ab26 /.zshrc
parentbabcd10b656600c17b83da7c70c25c8df9ee67d3 (diff)
fix: move to proper file
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 0 insertions, 3 deletions
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)