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