all repos — nixfiles @ aac8d856b6ae176b6d16af376c2f8c2b7eb088ef

System and user configuration, managed by nix and home-manager

zsh: Fix invisible text in mcfly
Alan Pearce alan@alanpearce.eu
Mon, 16 Nov 2020 15:39:22 +0100
commit

aac8d856b6ae176b6d16af376c2f8c2b7eb088ef

parent

de9e9e53f44857989db2da2e71810945a08b7a46

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -263,7 +263,6 @@ } 
       source ${pkgs.fzf}/share/fzf/key-bindings.zsh
 
-      export MCFLY_LIGHT="TRUE"
       source ${pkgs.unstable.mcfly}/share/mcfly/mcfly.zsh
 
     '' + builtins.readFile ../zsh/zshrc;