From 40d9812e11ec2cbba56e147c001dd07e0a6e86e7 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 29 Jul 2017 21:36:25 -0400 Subject: [PATCH] Persists erl and iex history with OTP 20 flag --- configs/shared/.zsh_profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/shared/.zsh_profile b/configs/shared/.zsh_profile index 2dde7e43a..63f640f44 100644 --- a/configs/shared/.zsh_profile +++ b/configs/shared/.zsh_profile @@ -5,6 +5,10 @@ export PATH=$HOME/bin:/opt/local/bin:/opt/local/sbin:/usr/local/go/bin:/usr/loca set -o emacs +# iex and erl shared interactive shell history +export ERL_AFLAGS="-kernel shell_history enabled" + + source $HOME/pc_settings/aliases.sh source $HOME/pc_settings/functions/index.sh source $HOME/pc_settings/scripts/setup_keybindings.sh