diff options
author | Alan Pearce | 2020-11-16 15:39:22 +0100 |
---|---|---|
committer | Alan Pearce | 2020-11-16 15:39:22 +0100 |
commit | aac8d856b6ae176b6d16af376c2f8c2b7eb088ef (patch) | |
tree | 3d79d7398a1c6054ca14b57aa25736c4ed94bf74 /user/settings | |
parent | de9e9e53f44857989db2da2e71810945a08b7a46 (diff) | |
download | nixfiles-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.nix | 1 |
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; |