The unified diff between revisions [59fd9db6..] and [9e50ae23..] is displayed below. It can also be downloaded as a raw diff.
# # # patch ".zshsync" # from [4462a0a07b578eb71f81d5777f333938d3089fbc] # to [4c530634f6d7c4264dd501ef6f7c65cc5e27bd60] # ============================================================ --- .zshsync 4462a0a07b578eb71f81d5777f333938d3089fbc +++ .zshsync 4c530634f6d7c4264dd501ef6f7c65cc5e27bd60 @@ -19,5 +19,6 @@ zshsync () echo "checking out" cd "$HOME" && mtn --branch="$pull_branch" --db="$mtndb" co . fi + cd "$HOME" && (for i in `mtn ls known | grep .zsh`; do zcompile "$i"; done) }