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