X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/b6bcca60081fdd8b099781000b8016b5874e710f..218dc4246f8a6c634fa2ebb3875095cde09237db:/runcoms/zshrc diff --git a/runcoms/zshrc b/runcoms/zshrc index 07d4269..ebf6bf1 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -7,6 +7,8 @@ source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/short-uptime.zsh" source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/figlet-sample.zsh" source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/prettify-json.zsh" source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/status.zsh" +source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/sync-repos.zsh" +source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/check-repos.zsh" ################################################################################ # Load Modules @@ -39,9 +41,7 @@ export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$ANDROID_NDK_ export GPG_TTY=$(tty) # FZF Config -[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh -[ -f /usr/share/doc/fzf/examples/key-bindings.zsh ] && source /usr/share/doc/fzf/examples/key-bindings.zsh -[ -f /usr/share/doc/fzf/examples/completion.zsh ] && source /usr/share/doc/fzf/examples/completion.zsh +[ -x "$(command -v fzf)" ] && source <(fzf --zsh) export FZF_DEFAULT_COMMAND='/usr/bin/env rg --color never --files --hidden -g \!.git' export FZF_DEFAULT_OPTS='--preview ''bat --style=numbers --color=always {} | head -500''' @@ -67,13 +67,6 @@ if [[ -s "/opt/homebrew/bin/brew" ]]; then . /opt/homebrew/etc/profile.d/z.sh . /opt/homebrew/opt/asdf/libexec/asdf.sh else - # FZF Vim (Linux) - if [[ -s "/usr/local/bin/brew" ]]; then - export FZF_VIM_PATH=/usr/local/opt/fzf - else - export FZF_VIM_PATH=/usr/share/doc/fzf/examples - fi - # Z (Linux) if [[ -s "/usr/libexec/z.sh" ]]; then . /usr/libexec/z.sh