From 98a327eb139a10ec488f868700edb8d8cf147b4e Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Fri, 10 May 2024 17:51:50 +0200 Subject: [PATCH] fix(asciinema): Disable autosuggestions in while recording --- zsh.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh.nix b/zsh.nix index c42ec43..8b320c5 100755 --- a/zsh.nix +++ b/zsh.nix @@ -51,6 +51,9 @@ eval $(thefuck --alias) export ASCIINEMA_API_URL=https://asciinema.stefka.eu + if [ -v ASCIINEMA_REC ]; then + _zsh_autosuggest_disable + fi export YSU_MESSAGE_POSITION="after" # you-should-use plugin # Basic auto/tab complete: