reindent zshrc
This commit is contained in:
parent
08db411ea4
commit
297f126215
1 changed files with 20 additions and 14 deletions
8
.zshrc
8
.zshrc
|
|
@ -23,7 +23,7 @@ bindkey -e
|
|||
#ZLS_COLORS=$LS_COLORS
|
||||
|
||||
|
||||
export DISTCC_HOSTS='hyades01 hyades02 hyades03 hyades04'
|
||||
#export DISTCC_HOSTS='hyades01 hyades02 hyades03 hyades04'
|
||||
#if [[ "$GOROOT" == "" ]]; then
|
||||
#export GOROOT=$HOME/local/go
|
||||
#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
|
||||
fasd --init posix-alias zsh-hook zsh-ccomp zsh-ccomp-install zsh-wcomp zsh-wcompinstall >| "$fasd_cache"
|
||||
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"
|
||||
unset fasd_cache
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue