From a599969f7a9276776931875532c90af881f2a292 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 2 Jan 2026 16:21:27 +0100 Subject: erster entwurf für eine neue zsh Konfiguration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/zprofile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 zsh/zprofile (limited to 'zsh/zprofile') diff --git a/zsh/zprofile b/zsh/zprofile new file mode 100644 index 0000000..34d71c1 --- /dev/null +++ b/zsh/zprofile @@ -0,0 +1,3 @@ +# vim: filetype=zsh + +[[ -d "${HISTFILE:h}" ]] || mkdir -p "${HISTFILE:h}" -- cgit v1.3