lazy/files/zsh/.zsh_init
2023-11-30 11:47:39 +08:00

18 lines
440 B
Plaintext

ZSH_THEME="ys-simple"
zstyle ':omz:update' mode reminder # just remind me to update when it's time
zstyle ':omz:update' frequency 13
plugins=(git)
plugins+=(git-open autojump zsh-autosuggestions zsh-syntax-highlighting sudo)
plugins+=(history encode64 tmux)
plugins+=(dirhistory jsontools)
dependent_plugins() {
if command -v "$@" >/dev/null 2>&1; then plugins+=("$@"); fi
}
dependent_plugins docker-compose
dependent_plugins fzf