mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat: add fzf plugin for fish
This commit is contained in:
@@ -65,6 +65,8 @@ set --export FZF_TMUX_OPTS -p
|
|||||||
set --export FZF_ALT_C_COMMAND "fd --type d $FD_OPTIONS --color=never --hidden"
|
set --export FZF_ALT_C_COMMAND "fd --type d $FD_OPTIONS --color=never --hidden"
|
||||||
set --export FZF_ALT_C_OPTS "--preview 'tree -C {} | head -50'"
|
set --export FZF_ALT_C_OPTS "--preview 'tree -C {} | head -50'"
|
||||||
|
|
||||||
|
set --export FZF_COMPLETE 0
|
||||||
|
|
||||||
# Conda
|
# Conda
|
||||||
set conda_path (brew --prefix)/Caskroom/miniconda/base/bin/conda
|
set conda_path (brew --prefix)/Caskroom/miniconda/base/bin/conda
|
||||||
if test -f $conda_path
|
if test -f $conda_path
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ edc/bass
|
|||||||
jethrokuan/z
|
jethrokuan/z
|
||||||
z11i/github-copilot-cli.fish
|
z11i/github-copilot-cli.fish
|
||||||
joshmedeski/fish-lf-icons
|
joshmedeski/fish-lf-icons
|
||||||
|
jethrokuan/fzf
|
||||||
|
|||||||
Reference in New Issue
Block a user