fzf
This commit is contained in:
parent
7c14fa645c
commit
b6ceab9ca7
2 changed files with 7 additions and 2 deletions
|
@ -14,6 +14,10 @@ alias ll='ls -lh'
|
|||
source ~/.zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source ~/.zsh/themes/powerlevel10k/powerlevel10k.zsh-theme
|
||||
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
FZF_DEFAULT_COMMAND='git ls-files --cached --others --exclude-standard | fd'
|
||||
FZF_DEFAULT_OPTS="-e --height 40% --preview='bat --color=always --tabs=2 --style=plain {}'"
|
||||
|
||||
[ -e ~/.zshrc.local ] && source ~/.zshrc.local
|
Loading…
Add table
Add a link
Reference in a new issue