summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2020-11-16 15:39:22 +0100
committerAlan Pearce2020-11-16 15:39:22 +0100
commitaac8d856b6ae176b6d16af376c2f8c2b7eb088ef (patch)
tree3d79d7398a1c6054ca14b57aa25736c4ed94bf74 /user/settings
parentde9e9e53f44857989db2da2e71810945a08b7a46 (diff)
downloadnixfiles-aac8d856b6ae176b6d16af376c2f8c2b7eb088ef.tar.lz
nixfiles-aac8d856b6ae176b6d16af376c2f8c2b7eb088ef.tar.zst
nixfiles-aac8d856b6ae176b6d16af376c2f8c2b7eb088ef.zip
zsh: Fix invisible text in mcfly
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/zsh.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index f3164a7c..cda96e80 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -263,7 +263,6 @@ in
 
       source ${pkgs.fzf}/share/fzf/key-bindings.zsh
 
-      export MCFLY_LIGHT="TRUE"
       source ${pkgs.unstable.mcfly}/share/mcfly/mcfly.zsh
 
     '' + builtins.readFile ../zsh/zshrc;