fix(asciinema): Disable autosuggestions in while recording
This commit is contained in:
parent
8c45ea84a7
commit
98a327eb13
3
zsh.nix
3
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user