zsh_reload: fix code style and indent with tabs

This commit is contained in:
Marc Cornellà 2016-10-26 20:04:14 +02:00
parent 62b8a70a7c
commit 04e72329d2

View File

@ -1,7 +1,5 @@
# reload zshrc
function src()
{
local cache=$ZSH_CACHE_DIR
src() {
local cache="$ZSH_CACHE_DIR"
autoload -U compinit zrecompile
compinit -d "$cache/zcomp-$HOST"