Commit 9a7c56dc authored by Marc Cornellà's avatar Marc Cornellà
Browse files

zsh_reload: fix code style and indent with tabs

parent 9a718642
# 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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment