From 99d9f04640f3e5b83a6353faec46a44c5d3cf916 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 28 Sep 2022 18:27:51 +0000 Subject: [PATCH] [SKIP CI] finalize the snap Looking it up snaps are kind of pointless for something static like go but might as well /shrug Signed-off-by: Sam --- snap/snapcraft.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 79bb230..ac80188 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -36,5 +36,6 @@ parts: apps: awl: command: bin/awl + completer: share/bash-completion/completions/awl plugs: - - network + - network \ No newline at end of file