diff --git a/.id.profile.example b/.id.profile.example new file mode 100644 index 0000000..00420e3 --- /dev/null +++ b/.id.profile.example @@ -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="" diff --git a/.profile b/.profile index ace133a..006c0bd 100644 --- a/.profile +++ b/.profile @@ -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'"