1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-28 17:23:31 +02:00

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 9a71864288
commit 9a7c56dcdd
+2 -4
View File
@@ -1,7 +1,5 @@
# reload zshrc src() {
function src() local cache="$ZSH_CACHE_DIR"
{
local cache=$ZSH_CACHE_DIR
autoload -U compinit zrecompile autoload -U compinit zrecompile
compinit -d "$cache/zcomp-$HOST" compinit -d "$cache/zcomp-$HOST"