all repos — archive/dotfiles @ cd730eb37c5dba5897682b4d588ed428759bfe28

Superseded by nixfiles

Merge remote-tracking branch 'refs/remotes/origin/master'

Alan Pearce
commit

cd730eb37c5dba5897682b4d588ed428759bfe28

parent

e42f1774217ea88916344261c56b737ed2a1fade

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M installinstall
@@ -47,6 +47,11 @@ then
emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/ fi +if [[ ! -d ~/.zsh/cache ]] +then + mkdir -p ~/.zsh/cache +fi + fasd_cache=~/.zsh/cache/fasd-init-zsh if [[ ! -s "$fasd_cache" || dotfiles/zsh/functions/fasd -nt "$fasd_cache" ]]; then dotfiles/zsh/functions/fasd/fasd --init posix-alias zsh-hook zsh-ccomp zsh-ccomp-install zsh-wcomp zsh-wcomp-install >! "$fasd_cache"