From f1a5bf1075059a10f906f3a3cd06998956e8dd1d Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 2 Jan 2025 16:59:07 +0100 Subject: [PATCH] add uv shell completion --- dot_config/fish/private_config.fish.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_config/fish/private_config.fish.tmpl b/dot_config/fish/private_config.fish.tmpl index d08f524..1bc2f71 100644 --- a/dot_config/fish/private_config.fish.tmpl +++ b/dot_config/fish/private_config.fish.tmpl @@ -52,3 +52,6 @@ test -e {$HOME}/.config/fish/host.fish; and source {$HOME}/.config/fish/host.fis test -e {$HOME}/.config/fish/secrets.fish; and source {$HOME}/.config/fish/secrets.fish set tide_character_icon '$' + +uv generate-shell-completion fish | source +uvx --generate-shell-completion fish | source