more plugins

This commit is contained in:
Fred Klassen 2023-02-05 19:34:03 -08:00
commit b1f50ecbe6
No known key found for this signature in database
GPG key ID: E9E2149793BDE17E

View file

@ -32,7 +32,7 @@ ZSH_THEME="gnzh"
# zstyle ':omz:update' frequency 13 # zstyle ':omz:update' frequency 13
# Uncomment the following line if pasting URLs and other text is messed up. # Uncomment the following line if pasting URLs and other text is messed up.
# DISABLE_MAGIC_FUNCTIONS="true" DISABLE_MAGIC_FUNCTIONS="true"
# Uncomment the following line to disable colors in ls. # Uncomment the following line to disable colors in ls.
# DISABLE_LS_COLORS="true" # DISABLE_LS_COLORS="true"
@ -47,12 +47,12 @@ ZSH_THEME="gnzh"
# You can also set it to another string to have that shown instead of the default red dots. # You can also set it to another string to have that shown instead of the default red dots.
# e.g. COMPLETION_WAITING_DOTS="%F{yellow}waiting...%f" # e.g. COMPLETION_WAITING_DOTS="%F{yellow}waiting...%f"
# Caution: this setting can cause issues with multiline prompts in zsh < 5.7.1 (see #5765) # Caution: this setting can cause issues with multiline prompts in zsh < 5.7.1 (see #5765)
# COMPLETION_WAITING_DOTS="true" COMPLETION_WAITING_DOTS="true"
# Uncomment the following line if you want to disable marking untracked files # Uncomment the following line if you want to disable marking untracked files
# under VCS as dirty. This makes repository status check for large repositories # under VCS as dirty. This makes repository status check for large repositories
# much, much faster. # much, much faster.
# DISABLE_UNTRACKED_FILES_DIRTY="true" DISABLE_UNTRACKED_FILES_DIRTY="true"
# Uncomment the following line if you want to change the command execution time # Uncomment the following line if you want to change the command execution time
# stamp shown in the history command output. # stamp shown in the history command output.
@ -75,6 +75,7 @@ plugins=(
alias-finder alias-finder
aliases aliases
autojump autojump
colored-man-pages
command-not-found command-not-found
common-aliases common-aliases
compleat compleat
@ -83,10 +84,12 @@ plugins=(
copypath copypath
dircycle dircycle
docker docker
emoji
extract extract
fd fd
jfrog jfrog
man man
tmux
vscode vscode
) )
@ -94,7 +97,7 @@ source $ZSH/oh-my-zsh.sh
# User configuration # User configuration
# export MANPATH="/usr/local/man:$MANPATH" export MANPATH="/usr/local/man:/usr/local/ssl/share/man:$MANPATH"
# You may need to manually set your language environment # You may need to manually set your language environment
# export LANG=en_US.UTF-8 # export LANG=en_US.UTF-8