mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(zsh): add fzf plugin for Antigen
This commit is contained in:
7
zshrc
7
zshrc
@@ -25,9 +25,6 @@ BASE16_SHELL="$HOME/.config/base16-shell/"
|
||||
# FD
|
||||
FD_OPTIONS="--follow --exclude .git --exclude node_modules"
|
||||
|
||||
# FZF
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
|
||||
export FZF_DEFAULT_COMMAND="git ls-files --cached --others --exclude-standard | fd --hidden --type f --type l $FD_OPTIONS"
|
||||
export FZF_DEFAULT_OPTS='--no-height'
|
||||
|
||||
@@ -62,6 +59,9 @@ export BAT_PAGER="less -R"
|
||||
# Starship
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
# FZF
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
|
||||
# Path
|
||||
path=(
|
||||
$HOME/.dotfiles/bin
|
||||
@@ -365,6 +365,7 @@ antigen bundle colorize
|
||||
antigen bundle docker
|
||||
antigen bundle dotenv
|
||||
antigen bundle extract
|
||||
antigen bundle fzf
|
||||
antigen bundle gem
|
||||
antigen bundle git
|
||||
antigen bundle git-extras
|
||||
|
||||
Reference in New Issue
Block a user