Installer: Fix directory stack popping too early
e328a3a136377f0ccf5d56ee5ddfbc259f999f92
2b5aca224fcdc119e5fe0f8b7c5c277aecd3daab
@@ -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 @@ for fp in zsh/functions/*(/); do zrecompile -p $fp $fp/* done + +popd