From 5ed7a6e03b0d76177d95e01920f57688e648bd5f Mon Sep 17 00:00:00 2001 From: memdmp Date: Wed, 15 Jan 2025 11:39:38 +0100 Subject: feat: include a blank env.zsh, for possible future use --- env.zsh | 10 ++++++++++ install.zsh | 1 + 2 files changed, 11 insertions(+) create mode 100644 env.zsh diff --git a/env.zsh b/env.zsh new file mode 100644 index 0000000..9c49ea4 --- /dev/null +++ b/env.zsh @@ -0,0 +1,10 @@ +# +# Defines environment variables to be available in shell scripts and the user's prompt. +# +# This file is part of zuwu - a general-purpose zsh initialization and utility framework. +# +# Authors: +# memdmp +# + +# Currently empty, however this may change at a later date to, for example, load a .config/env & .config/env.d/, or similar. diff --git a/install.zsh b/install.zsh index b62adcd..933150c 100755 --- a/install.zsh +++ b/install.zsh @@ -26,6 +26,7 @@ installFile() { } installFile COPYING installFile zuwu.zsh +installFile env.zsh < "$TARGET/setup.zsh" #!/usr/bin/env zsh -- cgit v1.2.3