commit de4e0cdee5b3aec64840b2912ce50542a36ec94c parent f1003c8b80f415fc6c2416003f78463f5f5e8697 Author: GuyClicking <bpaul848@gmail.com> Date: Sun, 2 May 2021 20:33:43 +1000 very minor formatting thingo Diffstat:
M | home/zsh.nix | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/home/zsh.nix b/home/zsh.nix @@ -34,9 +34,9 @@ in TERMINAL = "alacritty"; }; -# initExtra = '' -# . ~/.nix-profile/etc/profile.d/nix.sh -# ''; + initExtra = '' + . ~/.nix-profile/etc/profile.d/nix.sh + ''; plugins = [ {