From bdc53c8eb3b8fc8e82fbd8eaba2593a1e4bf82fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 11 May 2024 01:24:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(fish):=20delete=20fzf=20borde?= =?UTF-8?q?r=20flag=20in=20neovim=20config=20switcher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/functions/vc.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/functions/vc.fish b/.config/fish/functions/vc.fish index 425edbeb..980f1585 100644 --- a/.config/fish/functions/vc.fish +++ b/.config/fish/functions/vc.fish @@ -1,5 +1,5 @@ function vc - set config (fd --max-depth 1 --glob 'nvim-*' ~/.config | fzf --prompt="Neovim Configs > " --height=~50% --layout=reverse --border --exit-0) + set config (fd --max-depth 1 --glob 'nvim-*' ~/.config | fzf --prompt="Neovim Configs > " --height=~50% --layout=reverse --exit-0) if test -z "$config" return