Update '.zshrc'
plugin updated
This commit is contained in:
parent
3f24acb1fc
commit
5cb7f1de01
1 changed files with 30 additions and 28 deletions
54
.zshrc
54
.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=(
|
||||
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
|
||||
isodate
|
||||
jump
|
||||
kate
|
||||
macos
|
||||
npm
|
||||
pip
|
||||
python
|
||||
jump
|
||||
web-search
|
||||
battery
|
||||
colorize
|
||||
emacs
|
||||
emoji
|
||||
kate
|
||||
rsync
|
||||
supervisor
|
||||
systemd
|
||||
vscode
|
||||
#zsh-colorls
|
||||
archlinux
|
||||
pylint
|
||||
kate
|
||||
python
|
||||
rsync
|
||||
sudo
|
||||
supervisor
|
||||
systemadmin
|
||||
systemd
|
||||
ubuntu
|
||||
vscode
|
||||
web-search
|
||||
fzf
|
||||
zsh-autosuggestions
|
||||
zsh-colorls
|
||||
zsh-syntax-highlighting
|
||||
)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
|
Loading…
Reference in a new issue