diff options
-rwxr-xr-x | install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install b/install index dfb8d5ff..fef5b4e9 100755 --- a/install +++ b/install @@ -42,8 +42,6 @@ then install-dot projects/dwm/ dotfiles/dwm/* fi -popd - if [[ -x =emacs ]] then emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/ @@ -74,3 +72,5 @@ zrecompile -p -R ~/.zshrc.zwc $zfiles for fp in zsh/functions/*(/); do zrecompile -p $fp $fp/* done + +popd |