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)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(
|
plugins=(
|
||||||
|
adb
|
||||||
|
aliases
|
||||||
|
archlinux
|
||||||
|
battery
|
||||||
|
colored-man-pages
|
||||||
|
colorize
|
||||||
|
copybuffer
|
||||||
|
copydir
|
||||||
|
copyfile
|
||||||
|
dirhistory
|
||||||
|
emacs
|
||||||
|
emoji
|
||||||
|
extract
|
||||||
|
fzf
|
||||||
git
|
git
|
||||||
git-lfs
|
git-lfs
|
||||||
git-prompt
|
git-prompt
|
||||||
zsh-autosuggestions
|
isodate
|
||||||
zsh-syntax-highlighting
|
jump
|
||||||
sudo
|
kate
|
||||||
copydir
|
macos
|
||||||
copyfile
|
|
||||||
copybuffer
|
|
||||||
dirhistory
|
|
||||||
emacs
|
|
||||||
extract
|
|
||||||
colored-man-pages
|
|
||||||
npm
|
npm
|
||||||
pip
|
pip
|
||||||
python
|
|
||||||
jump
|
|
||||||
web-search
|
|
||||||
battery
|
|
||||||
colorize
|
|
||||||
emacs
|
|
||||||
emoji
|
|
||||||
kate
|
|
||||||
rsync
|
|
||||||
supervisor
|
|
||||||
systemd
|
|
||||||
vscode
|
|
||||||
#zsh-colorls
|
|
||||||
archlinux
|
|
||||||
pylint
|
pylint
|
||||||
kate
|
python
|
||||||
|
rsync
|
||||||
sudo
|
sudo
|
||||||
|
supervisor
|
||||||
|
systemadmin
|
||||||
|
systemd
|
||||||
|
ubuntu
|
||||||
|
vscode
|
||||||
web-search
|
web-search
|
||||||
fzf
|
zsh-autosuggestions
|
||||||
|
zsh-colorls
|
||||||
|
zsh-syntax-highlighting
|
||||||
)
|
)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
Loading…
Reference in a new issue