summary refs log tree commit diff stats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index dfb8d5f..fef5b4e 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