diff --git a/modules/home/zsh/default.nix b/modules/home/zsh/default.nix index 5327e7c..a4a24f7 100755 --- a/modules/home/zsh/default.nix +++ b/modules/home/zsh/default.nix @@ -9,6 +9,7 @@ enable = true; plugins = [ "git" "fzf" ]; }; + initExtra = "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')";