mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
zsh-autosuggetions submodule
This commit is contained in:
parent
6fa332a0d9
commit
5fd2a5e271
4 changed files with 9 additions and 2 deletions
|
|
@ -91,6 +91,7 @@ plugins=(
|
|||
man
|
||||
ssh-agent
|
||||
tmux
|
||||
zsh-autosuggestions
|
||||
vscode
|
||||
)
|
||||
|
||||
|
|
@ -127,3 +128,5 @@ 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
|
||||
|
||||
#eval "$(starship init zsh)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue