From 0d7bbf6d7dcc3b44d3e0f00fdbc2ea8e42161a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 29 Dec 2023 13:41:19 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(fish):=20default=20opts=20for?= =?UTF-8?q?=20FZF=20are=20the=20same=20for=20zoxide=20fzf=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/user_variables.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/fish/user_variables.fish b/.config/fish/user_variables.fish index d24c26f4..307e5be1 100644 --- a/.config/fish/user_variables.fish +++ b/.config/fish/user_variables.fish @@ -81,6 +81,7 @@ set -xg FZF_DEFAULT_OPTS "--height=90% --layout=reverse --info=inline --border r --color=fg:#cad3f5,header:#ed8796,info:#c6a0f6,pointer:#f4dbd6 \ --color=marker:#f4dbd6,fg+:#cad3f5,prompt:#c6a0f6,hl+:#ed8796 \ --bind 'ctrl-y:execute-silent(printf {} | cut -f 2- | wl-copy --trim-newline)'" +set -xg _ZO_FZF_OPTS $FZF_DEFAULT_OPTS set -xg fzf_preview_dir_cmd eza --long --header --icons --all --color=always --group-directories-first --hyperlink set -xg fzf_fd_opts --hidden --color=always