reindent zshrc

This commit is contained in:
Barak Michener 2018-08-09 14:53:43 -07:00
parent 52d740b545
commit 3a211ea8e3

8
.zshrc
View file

@ -23,7 +23,7 @@ bindkey -e
#ZLS_COLORS=$LS_COLORS #ZLS_COLORS=$LS_COLORS
export DISTCC_HOSTS='hyades01 hyades02 hyades03 hyades04' #export DISTCC_HOSTS='hyades01 hyades02 hyades03 hyades04'
#if [[ "$GOROOT" == "" ]]; then #if [[ "$GOROOT" == "" ]]; then
#export GOROOT=$HOME/local/go #export GOROOT=$HOME/local/go
#export GOARCH=amd64 #export GOARCH=amd64
@ -92,6 +92,12 @@ fasd_cache="$HOME/.fasd-init-zsh"
if [ "$(command -v fasd)" -nt "$fasd_cache" -o ! -s "$fasd_cache" ]; then if [ "$(command -v fasd)" -nt "$fasd_cache" -o ! -s "$fasd_cache" ]; then
fasd --init posix-alias zsh-hook zsh-ccomp zsh-ccomp-install zsh-wcomp zsh-wcompinstall >| "$fasd_cache" fasd --init posix-alias zsh-hook zsh-ccomp zsh-ccomp-install zsh-wcomp zsh-wcompinstall >| "$fasd_cache"
fi fi
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow -g "!{.git,node_modules}/*" 2> /dev/null'
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
#bind -x '"\C-p": vim $(fzf);'
source "$fasd_cache" source "$fasd_cache"
unset fasd_cache unset fasd_cache