1
0
Fork 0

remove unused plugins

This commit is contained in:
Maurice Audin 2017-03-29 17:21:07 +02:00
parent fb806b9b5e
commit cef60e5d9d
2 changed files with 1 additions and 4 deletions

View file

@ -8,5 +8,6 @@ $ git clone https://github.com/tarjoilija/zgen.git "${HOME}/.zgen"
$ source ${HOME}/.zgen/zgen.zsh $ source ${HOME}/.zgen/zgen.zsh
$ zgen clone hybris42/zsh $ zgen clone hybris42/zsh
$ ln -s ${HOME}/.zgen/hybris42/zsh-master/zshrc $HOME/.zshrc $ ln -s ${HOME}/.zgen/hybris42/zsh-master/zshrc $HOME/.zshrc
$ zgen reset
$ source ${HOME}/.zshrc $ source ${HOME}/.zshrc
``` ```

4
zshrc
View file

@ -8,17 +8,13 @@ if ! zgen saved; then
zgen oh-my-zsh zgen oh-my-zsh
zgen oh-my-zsh plugins/colored-man-pages zgen oh-my-zsh plugins/colored-man-pages
zgen oh-my-zsh plugins/colorize zgen oh-my-zsh plugins/colorize
zgen oh-my-zsh plugins/copydir
zgen oh-my-zsh plugins/copyfile
zgen oh-my-zsh plugins/extract zgen oh-my-zsh plugins/extract
zgen oh-my-zsh plugins/git zgen oh-my-zsh plugins/git
zgen oh-my-zsh plugins/jump zgen oh-my-zsh plugins/jump
zgen oh-my-zsh plugins/rsync zgen oh-my-zsh plugins/rsync
zgen oh-my-zsh plugins/ssh-agent zgen oh-my-zsh plugins/ssh-agent
zgen oh-my-zsh plugins/systemadmin zgen oh-my-zsh plugins/systemadmin
zgen oh-my-zsh plugins/web-search
zgen oh-my-zsh plugins/z zgen oh-my-zsh plugins/z
zgen oh-my-zsh plugins/zsh_reload
# personnal configuration # personnal configuration
zgen load hybris42/zsh hybris.plugin.zsh zgen load hybris42/zsh hybris.plugin.zsh