remove useless .id.profile file

This commit is contained in:
Guilherme Rugai Freire 2021-11-17 14:10:38 -03:00
parent 540a10ac3a
commit 1ce38ae859
2 changed files with 0 additions and 14 deletions

View File

@ -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=""

View File

@ -7,8 +7,6 @@
# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire
#
. "$HOME/.id.profile"
### Default programs ###
export EDITOR="nvim"
export READER="zathura"