feat(zsh): add exported NAME to .zshenv

This commit is contained in:
2024-02-19 15:54:23 +01:00
parent 0cadba2ad4
commit a9fe95254a

View File

@@ -45,3 +45,5 @@ export GPG_TTY=$TTY
export USER_UID=$(id -u)
export USER_GID=$(id -g)
# name
export NAME="Matej Janežič"