From 8200db6da8ebae9a541710d88b3331255bfc57b1 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Thu, 14 Dec 2023 14:46:58 +0100 Subject: [PATCH] try fix zsh slow pasting --- modules/home/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/zsh/default.nix b/modules/home/zsh/default.nix index a4a24f7..81a6abd 100755 --- a/modules/home/zsh/default.nix +++ b/modules/home/zsh/default.nix @@ -9,7 +9,7 @@ enable = true; plugins = [ "git" "fzf" ]; }; - initExtra = "DISABLE_MAGIC_FUNCTIONS=true"; + initExtraFirst = "DISABLE_MAGIC_FUNCTIONS=true"; shellAliases = { # record = "wf-recorder --audio=alsa_output.pci-0000_08_00.6.analog-stereo.monitor -f $HOME/Videos/$(date +'%Y%m%d%H%M%S_1.mp4')";