diff options
author | 2025-01-15 11:39:38 +0100 | |
---|---|---|
committer | 2025-01-15 11:39:38 +0100 | |
commit | 5ed7a6e03b0d76177d95e01920f57688e648bd5f (patch) | |
tree | bc7b76d57b8cc124583debe28cfa33951a140424 /env.zsh | |
parent | 17ef8dd1653b0d6b83a2ff18bcb4c5a7a0c9581c (diff) | |
download | zuwu-5ed7a6e03b0d76177d95e01920f57688e648bd5f.tar.gz zuwu-5ed7a6e03b0d76177d95e01920f57688e648bd5f.tar.bz2 zuwu-5ed7a6e03b0d76177d95e01920f57688e648bd5f.tar.lz zuwu-5ed7a6e03b0d76177d95e01920f57688e648bd5f.zip |
feat: include a blank env.zsh, for possible future use
Diffstat (limited to 'env.zsh')
-rw-r--r-- | env.zsh | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 <https://mem.estrogen.zone/> +# + +# Currently empty, however this may change at a later date to, for example, load a .config/env & .config/env.d/, or similar. |