try fix zsh slow pasting

This commit is contained in:
Frost-Phoenix 2023-12-14 14:02:18 +01:00
parent d9c40bd157
commit 9f0dbe4edd

View file

@ -9,6 +9,7 @@
enable = true; enable = true;
plugins = [ "git" "fzf" ]; plugins = [ "git" "fzf" ];
}; };
initExtra = "DISABLE_MAGIC_FUNCTIONS=true";
shellAliases = { 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')"; # 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')";