all repos — archive/dotfiles @ e328a3a136377f0ccf5d56ee5ddfbc259f999f92

Superseded by nixfiles

Installer: Fix directory stack popping too early

Alan Pearce
commit

e328a3a136377f0ccf5d56ee5ddfbc259f999f92

parent

2b5aca224fcdc119e5fe0f8b7c5c277aecd3daab

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M installinstall
@@ -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