diff options
author | William Carroll <wpcarro@gmail.com> | 2017-07-30T01·36-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-07-30T01·36-0400 |
commit | 40d9812e11ec2cbba56e147c001dd07e0a6e86e7 (patch) | |
tree | df2121e3a3d9eaa87f1f200eded21e349f5726e5 /configs/shared | |
parent | 11c71758d77c6b33c8803d506a8efbdf61a64867 (diff) |
Persists erl and iex history with OTP 20 flag
Diffstat (limited to 'configs/shared')
-rw-r--r-- | configs/shared/.zsh_profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/shared/.zsh_profile b/configs/shared/.zsh_profile index 2dde7e43a130..63f640f44af5 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 |