mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-11 21:09:38 +00:00
add identity variables in .profile
This commit is contained in:
parent
36a198850b
commit
d388f7805a
12
.id.profile.example
Normal file
12
.id.profile.example
Normal 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=""
|
||||||
2
.profile
2
.profile
@ -7,6 +7,8 @@
|
|||||||
# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire
|
# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire
|
||||||
#
|
#
|
||||||
|
|
||||||
|
. "$HOME/.id.profile"
|
||||||
|
|
||||||
### Default programs ###
|
### Default programs ###
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user