From 16ee52c33409899b221fac9823a020075d916f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Tue, 28 May 2024 14:35:58 +0200 Subject: [PATCH] Add completions for pueue --- fish/config.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fish/config.fish b/fish/config.fish index b0f7ed9..e065950 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -39,3 +39,7 @@ end if test -x "$(which direnv)" direnv hook fish | source end + +if test -x "$(which pueue)" + pueue completions fish | source +end \ No newline at end of file