summaryrefslogtreecommitdiff
path: root/dot_config/zsh/zshenv
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-17 15:46:59 +0100
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-17 15:46:59 +0100
commit6336d739aae5d0a1caf7851dd79697033dfec27d (patch)
tree49c67ea4004687336fd088a324548dab362c8252 /dot_config/zsh/zshenv
parentzsh: init (diff)
zsh: improve grml compat, performance
Diffstat (limited to 'dot_config/zsh/zshenv')
-rw-r--r--dot_config/zsh/zshenv7
1 files changed, 6 insertions, 1 deletions
diff --git a/dot_config/zsh/zshenv b/dot_config/zsh/zshenv
index 37e010c..c45b643 100644
--- a/dot_config/zsh/zshenv
+++ b/dot_config/zsh/zshenv
@@ -1,8 +1,13 @@
: ${PAGER:=less} ${EDITOR:=vi} \
${HOSTNAME:=$(uname -n)} ${USER:=$(id -un)} \
- ${HISTFILE:=~/.local/state/history/zsh}
+ ${HISTFILE:=~/.local/state/history/zsh} \
+ ${ZDOTDIR:=~/.config/zsh}
export EDITOR HISTFILE PAGER
+NOPATHHELPER=1
+zstyle :grml:completion:compinit arguments -iC
+
path=(~/bin ~/.local/share/sh ~/.local/*/bin /opt/*/bin {/usr,}{/local,}/{s,}bin)
+fpath[1,0]=("$ZDOTDIR"/functions)
[ -r ~/.local/share/sh/xdg ] && source ~/.local/share/sh/xdg