zsh-autosuggestions

This commit is contained in:
Fred Klassen 2023-02-07 20:52:57 -08:00
commit 43ae2639fb
No known key found for this signature in database
GPG key ID: E9E2149793BDE17E
4 changed files with 32 additions and 13 deletions

View file

@ -17,3 +17,6 @@ success_symbol = '[➜](bold green)' # The 'success_symbol' segment is being set
# Disable the package module, hiding it from the prompt completely
[package]
disabled = true
# increase command timeout from default 500 milliseconds
command_timeout = 1500