Add elixir shell history options

This commit is contained in:
Bad 2022-11-23 10:53:02 +01:00
parent 38b4bd6adb
commit ed875677e8
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ with lib;
'';
};
home.packages = with pkgs; [ elixir_1_14 ];
home.sessionVariables."ELIXIR_ERL_OPTIONS" = "-kernel shell_history enabled";
programs.neovim.plugins = with pkgs.vimPlugins; [ vim-elixir ];
};
}