From e7e22d34089619349eaed54b213d575742748ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Sun, 18 Jan 2026 21:53:18 +0100 Subject: zsh: even bigger rewrite don't... worry about it I spent basically all day between this and monster hunter. --- dot_config/zsh/zprofile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dot_config/zsh/zprofile (limited to 'dot_config/zsh/zprofile') diff --git a/dot_config/zsh/zprofile b/dot_config/zsh/zprofile new file mode 100644 index 0000000..9a1692a --- /dev/null +++ b/dot_config/zsh/zprofile @@ -0,0 +1,15 @@ +# vim: ft=zsh +xzsource zprofile.pre + +: ${PAGER:=less} ${EDITOR:=vi} \ + ${HOSTNAME:=$(uname -n)} ${USER:=$(id -un)} \ + ${HISTFILE:=~/.local/state/history/zsh} +export EDITOR HISTFILE PAGER + +setopt nullglob +path=(~/bin ~/.local/share/sh ~/.local/*/bin /opt/*/bin {/usr,}{/local,}/{s,}bin) +fpath[1,0]=($ZDOTDIR/functions) + +xsource ~/.local/share/sh/xdg + +xzsource zprofile.{local,post} -- cgit v1.2.3