add identity variables in .profile

This commit is contained in:
Guilherme Rugai Freire 2021-08-11 09:10:03 -03:00
parent 36a198850b
commit d388f7805a
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297
2 changed files with 14 additions and 0 deletions

12
.id.profile.example Normal file
View File

@ -0,0 +1,12 @@
#!/bin/sh
# ____ ____ _____ _
# / ___| _ \| ___| __ ___(_)_ __ ___
# | | _| |_) | |_ | '__/ _ \ | '__/ _ \ Guilherme Rugai Freire
# | |_| | _ <| _|| | | __/ | | | __/ https://grfreire.com
# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire
#
export ID_NAME=""
export ID_EMAIL=""
export ID_SOCIAL_SECURITY_NUMBER=""

View File

@ -7,6 +7,8 @@
# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire
#
. "$HOME/.id.profile"
### Default programs ###
export EDITOR="nvim"
export MANPAGER="sh -c 'col -bx | bat -l man -p'"