From 5649afdf7e4ab16bbbe8f9fb9c487125efa76b5f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 18 May 2013 21:00:12 +0100 Subject: Migrate zsh file compilation to post-checkout hook --- zsh/zshrc | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'zsh') diff --git a/zsh/zshrc b/zsh/zshrc index e47adaf..9437fcc 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -340,30 +340,9 @@ smart_compile () { fi } -host=${HOST%%.*} -if [[ -e ~alan/dotfiles/zsh/zshrc_$host ]]; then - # Don't recompile as toor|root - smart_compile ~alan/dotfiles/zsh/zshrc_$host 1 -fi -if [[ -e /usr/bin/emerge ]]; then - smart_compile ~alan/dotfiles/zsh/zshrc_gentoo 1 -elif [[ $freebsd -eq 1 ]]; then - smart_compile ~alan/dotfiles/zsh/zshrc_freebsd 1 -fi - -for fp in $myfuncs; do - zrecompile -p $fp $fp/* -done - _FASD_DATA="$HOME/.zsh/fasd-data" -fasd_cache="$HOME/.zsh/cache/fasd-init-zsh" autoload -U fasd -if [[ ! -s "$fasd_cache" || ~alan/dotfiles/zsh/functions/fasd -nt "$fasd_cache" ]]; then - fasd --init posix-alias zsh-hook zsh-ccomp zsh-ccomp-install zsh-wcomp zsh-wcomp-install >! "$fasd_cache" -fi -smart_compile "$fasd_cache" 1 -unset fasd_cache +source ~/.zsh/cache/fasd-init-zsh alias e="f -e $EDITOR" -smart_compile ~/.zshrc alias s="smart_sudo " -- cgit 1.4.1