diff options
-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; |