Skip to content

Commit

Permalink
resource .config everytime
Browse files Browse the repository at this point in the history
  • Loading branch information
andreagalle committed May 10, 2020
1 parent 67da79b commit efd42c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ fi

export PATH

if [ -f $galledanza_dir/.config ]; then
. $galledanza_dir/.config
fi

PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\W\[\033[m\]\$ "

export PS1
Expand Down
1 change: 1 addition & 0 deletions .config
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

git config --global user.email "[email protected]"
git config --global user.name "andreagalle"

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Self-installing package to automatically set user defined commands & prefere
## setting up email alerts

1. edit the folllowing `sudo vi /etc/exim4/update-exim4.conf.conf` changing:
* from `dc_eximconfig_configtype='local'`
* to `dc_eximconfig_configtype='internet'`
* from `dc_eximconfig_configtype='local'`
* to `dc_eximconfig_configtype='internet'`
2. finally launch `su /etc/init.d/exim4 restart`

0 comments on commit efd42c8

Please sign in to comment.