From 5cb7f1de0147fa075c661b0c16be333516637034 Mon Sep 17 00:00:00 2001 From: Karamelmar Date: Wed, 1 Dec 2021 11:56:10 +0100 Subject: [PATCH] Update '.zshrc' plugin updated --- .zshrc | 58 ++++++++++++++++++++++++++++++---------------------------- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/.zshrc b/.zshrc index 63d4519..d090ce9 100644 --- a/.zshrc +++ b/.zshrc @@ -73,40 +73,42 @@ ZSH_CUSTOM=~/.config_repos/zsh-settings # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. plugins=( - git + adb + aliases + archlinux + battery + colored-man-pages + colorize + copybuffer + copydir + copyfile + dirhistory + emacs + emoji + extract + fzf + git git-lfs git-prompt - zsh-autosuggestions - zsh-syntax-highlighting - sudo - copydir - copyfile - copybuffer - dirhistory - emacs - extract - colored-man-pages - npm - pip - python + isodate jump - web-search - battery - colorize - emacs - emoji - kate - rsync - supervisor - systemd - vscode - #zsh-colorls - archlinux - pylint kate + macos + npm + pip + pylint + python + rsync sudo + supervisor + systemadmin + systemd + ubuntu + vscode web-search - fzf + zsh-autosuggestions + zsh-colorls + zsh-syntax-highlighting ) source $ZSH/oh-my-zsh.sh