aboutsummaryrefslogtreecommitdiffstats
path: root/env.zsh
blob: 9c49ea496b7ac9b8956e4dae4169c389370db699 (plain) (blame)
1
2
3
4
5
6
7
8
9
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.