fix(asciinema): Disable autosuggestions in while recording

This commit is contained in:
Jiří Štefka 2024-05-10 17:51:50 +02:00
parent 8c45ea84a7
commit 98a327eb13
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

@ -51,6 +51,9 @@
eval $(thefuck --alias) eval $(thefuck --alias)
export ASCIINEMA_API_URL=https://asciinema.stefka.eu 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 export YSU_MESSAGE_POSITION="after" # you-should-use plugin
# Basic auto/tab complete: # Basic auto/tab complete: