Rename .env to .shenv.

Requires updating symlinks.

Fixes #13.
This commit is contained in:
David Tomaschik
2022-10-18 14:43:33 -07:00
parent cb3ba03c49
commit 6c3dea3721
3 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Load env first
if [ -f $HOME/.env ] ; then source $HOME/.env ; fi
if [ -f $HOME/.shenv ] ; then source $HOME/.shenv ; fi
# History settings
HISTCONTROL=ignoredups:ignorespace