diff options
| author | 2026-01-26 07:32:01 +0100 | |
|---|---|---|
| committer | 2026-01-26 07:32:01 +0100 | |
| commit | ce811fbcbe97a7934dfc0862f538e111c4267634 (patch) | |
| tree | 14918b23c847d36408916393a9576cfc0ce90b9e /dot_config | |
| parent | zsh: add elevate-cmd and edit-command-line bindings (diff) | |
zsh: oops why did I export HISTFILE lol
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/zsh/zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/zsh/zprofile b/dot_config/zsh/zprofile index a9dbf47..9fdd008 100644 --- a/dot_config/zsh/zprofile +++ b/dot_config/zsh/zprofile @@ -9,7 +9,7 @@ if [ "${HISTSIZE:-30}" = 30 ]; then HISTSIZE=5000 SAVEHIST=10000 fi -export EDITOR HISTFILE PAGER +export EDITOR PAGER setopt nullglob path=(~/bin ~/.local/share/sh ~/.local/*/bin /opt/*/bin {/usr,}{/local,}/{s,}bin) |
