more windows

This commit is contained in:
Fred Klassen 2023-02-08 12:51:21 -08:00
commit 3bc46a7630
No known key found for this signature in database
GPG key ID: E9E2149793BDE17E
2 changed files with 58 additions and 28 deletions

View file

@ -70,33 +70,61 @@ COMPLETION_WAITING_DOTS="true"
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(
alias-finder
aliases
aws
colored-man-pages
command-not-found
common-aliases
compleat
copybuffer
copyfile
copypath
dircycle
docker
emoji
extract
fasd
fd
git
jfrog
man
ssh-agent
thefuck
tmux
vscode
zsh-autosuggestions
zsh-interactive-cd
)
if [ "$MSYSTEM" = "MINGW64" ]; then
plugins=(
alias-finder
aliases
aws
colored-man-pages
command-not-found
common-aliases
compleat
copybuffer
copyfile
copypath
dircycle
docker
emoji
extract
fasd
fd
git
jfrog
man
ssh-agent
vscode
zsh-autosuggestions
zsh-interactive-cd
)
else
plugins=(
alias-finder
aliases
aws
colored-man-pages
command-not-found
common-aliases
compleat
copybuffer
copyfile
copypath
dircycle
docker
emoji
extract
fasd
fd
git
jfrog
man
ssh-agent
thefuck
tmux
vscode
zsh-autosuggestions
zsh-interactive-cd
)
fi
zstyle :omz:plugins:ssh-agent agent-forwarding yes
#zstyle :omz:plugins:ssh-agent helper ksshaskpass