Add elixir shell history options
This commit is contained in:
parent
38b4bd6adb
commit
ed875677e8
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ with lib;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [ elixir_1_14 ];
|
home.packages = with pkgs; [ elixir_1_14 ];
|
||||||
|
home.sessionVariables."ELIXIR_ERL_OPTIONS" = "-kernel shell_history enabled";
|
||||||
programs.neovim.plugins = with pkgs.vimPlugins; [ vim-elixir ];
|
programs.neovim.plugins = with pkgs.vimPlugins; [ vim-elixir ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue