diff --git a/.id.profile.example b/.id.profile.example deleted file mode 100644 index 00420e3..0000000 --- a/.id.profile.example +++ /dev/null @@ -1,12 +0,0 @@ -#!/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 458ad71..190468a 100644 --- a/.profile +++ b/.profile @@ -7,8 +7,6 @@ # \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire # -. "$HOME/.id.profile" - ### Default programs ### export EDITOR="nvim" export READER="zathura"