diff options
| author | 2026-01-17 13:30:18 +0100 | |
|---|---|---|
| committer | 2026-01-17 13:30:18 +0100 | |
| commit | cc5a8d112b83eaa4477f015fe6007e4057e18da8 (patch) | |
| tree | 1fa732bc20fff76b8eae3fbd86f42e96985aab4a /dot_config/zsh/zshenv | |
| parent | remove fossil (diff) | |
zsh: init
Diffstat (limited to 'dot_config/zsh/zshenv')
| -rw-r--r-- | dot_config/zsh/zshenv | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dot_config/zsh/zshenv b/dot_config/zsh/zshenv new file mode 100644 index 0000000..37e010c --- /dev/null +++ b/dot_config/zsh/zshenv @@ -0,0 +1,8 @@ +: ${PAGER:=less} ${EDITOR:=vi} \ + ${HOSTNAME:=$(uname -n)} ${USER:=$(id -un)} \ + ${HISTFILE:=~/.local/state/history/zsh} +export EDITOR HISTFILE PAGER + +path=(~/bin ~/.local/share/sh ~/.local/*/bin /opt/*/bin {/usr,}{/local,}/{s,}bin) + +[ -r ~/.local/share/sh/xdg ] && source ~/.local/share/sh/xdg |
