feat(zsh): add exported NAME to .zshenv

This commit is contained in:
Matej Janezic 2024-02-19 15:54:23 +01:00
parent 0cadba2ad4
commit a9fe95254a
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 2 additions and 0 deletions

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č"