Update 2 files
- /home/.chezmoiscripts/universal/run_onchange_after_94-bash-it.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_95-bootstrap-zsh-plugins.tmpl
This commit is contained in:
parent
645061d191
commit
3cb1ef26ff
2 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@ if command -v powerline > /dev/null && [ -f "$HOME/.bashrc" ]; then
|
||||||
yes | bash-it enable completion defaults dirs docker docker-compose export git makefile ng npm ssh system vagrant
|
yes | bash-it enable completion defaults dirs docker docker-compose export git makefile ng npm ssh system vagrant
|
||||||
logg info 'Enabling bash-it plugins'
|
logg info 'Enabling bash-it plugins'
|
||||||
yes | bash-it enable plugin base blesh browser cht-sh dirs gitstatus powerline sudo xterm
|
yes | bash-it enable plugin base blesh browser cht-sh dirs gitstatus powerline sudo xterm
|
||||||
|
logg info 'Finished enabling bash-it functions'
|
||||||
else
|
else
|
||||||
logg warn 'The BASH_IT variable needs to be defined'
|
logg warn 'The BASH_IT variable needs to be defined'
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
### Initialize ZSH so plugin bootstrap process is done ahead of time
|
### Initialize ZSH so plugin bootstrap process is done ahead of time
|
||||||
if command -v zsh > /dev/null; then
|
if command -v zsh > /dev/null; then
|
||||||
# logg 'Bootstrapping ZSH plugin system'
|
logg info 'Bootstrapping ZSH by running `exec zsh && exit 0`'
|
||||||
exec zsh && exit 0
|
exec zsh && exit 0
|
||||||
fi
|
fi
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue