mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
more plugins
This commit is contained in:
parent
49f0c0d904
commit
b1f50ecbe6
1 changed files with 7 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ ZSH_THEME="gnzh"
|
|||
# zstyle ':omz:update' frequency 13
|
||||
|
||||
# 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.
|
||||
# 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.
|
||||
# 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)
|
||||
# COMPLETION_WAITING_DOTS="true"
|
||||
COMPLETION_WAITING_DOTS="true"
|
||||
|
||||
# Uncomment the following line if you want to disable marking untracked files
|
||||
# under VCS as dirty. This makes repository status check for large repositories
|
||||
# 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
|
||||
# stamp shown in the history command output.
|
||||
|
|
@ -75,6 +75,7 @@ plugins=(
|
|||
alias-finder
|
||||
aliases
|
||||
autojump
|
||||
colored-man-pages
|
||||
command-not-found
|
||||
common-aliases
|
||||
compleat
|
||||
|
|
@ -83,10 +84,12 @@ plugins=(
|
|||
copypath
|
||||
dircycle
|
||||
docker
|
||||
emoji
|
||||
extract
|
||||
fd
|
||||
jfrog
|
||||
man
|
||||
tmux
|
||||
vscode
|
||||
)
|
||||
|
||||
|
|
@ -94,7 +97,7 @@ source $ZSH/oh-my-zsh.sh
|
|||
|
||||
# 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
|
||||
# export LANG=en_US.UTF-8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue