this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use ERL_ZFLAGS to add support for shell_history in IEx and Erlang shell

+1 -1
+1 -1
modules/fish.nix
··· 26 26 MANPAGER = "nvim +Man!"; 27 27 MANWIDTH = 80; 28 28 LESS = "-SRFXi"; 29 - ERL_FLAGS = "-kernel shell_history enabled"; 29 + ERL_ZFLAGS = "-kernel shell_history enabled"; 30 30 }; 31 31 32 32 programs.zsh.enable = true;