commit: de6755738c8a4a46289e84afb382e9d5332926e9
parent: c656cd9023d25a9973373e6133b9a474eff89955
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 28 Jun 2019 07:37:00 +0200
.profile: Enable shell history in iex
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.profile b/.profile
@@ -2,6 +2,7 @@
export BROWSER="badwolf:firefox:lynx"
export EDITOR="$(which vis)"
export ENV="$HOME/.profile"
+export ERL_AFLAGS="-kernel shell_history enabled"
export GIT_ALTERNATE_OBJECT_DIRECTORIES="${HOME}/Sources/git/git-object-directory/"
unset GIT_OBJECT_DIRECTORY
export GPGKEY='DDC9237C14CF6F4DD847F6B390D93ACCFEFF61AE'