feat(zsh): add exported NAME to .zshenv
This commit is contained in:
parent
0cadba2ad4
commit
a9fe95254a
|
@ -45,3 +45,5 @@ export GPG_TTY=$TTY
|
|||
export USER_UID=$(id -u)
|
||||
export USER_GID=$(id -g)
|
||||
|
||||
# name
|
||||
export NAME="Matej Janežič"
|
||||
|
|
Loading…
Reference in New Issue