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

View file

@ -91,9 +91,12 @@ plugins=(
jfrog
man
ssh-agent
thefuck
tmux
zsh-autosuggestions
vscode
zsh-autosuggestions
zsh-interactive-cd
zsh-navigation-tools
)
zstyle :omz:plugins:ssh-agent agent-forwarding yes
@ -130,5 +133,9 @@ export MANPATH="/usr/local/man:/usr/local/ssl/share/man:$MANPATH"
[ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh
ZSH_ALIAS_FINDER_AUTOMATIC=true
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
source /etc/profile.d/vte.sh
fi
# comment out if you want to disable Starship and use ZSH_THEME
eval "$(starship init zsh)"