mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
zsh-autosuggestions
This commit is contained in:
parent
da056b7527
commit
43ae2639fb
4 changed files with 32 additions and 13 deletions
|
|
@ -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
|
||||
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue