summaryrefslogtreecommitdiff
path: root/completion/completion.sh
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-17 01:37:24 +0200
committerewy <ewy0@protonmail.com>2026-05-17 01:37:24 +0200
commitf5807d9f3a6c96e70912b61fac17120f412b5782 (patch)
treed6928795e06b1af000ffba2ae50bb6f8f7b72685 /completion/completion.sh
parent7984fd9beaa7c903288142818cb328c584a139a5 (diff)
* integration tests with a pik target to run them
* add abstraction for paths to facilitate unit tests * flesh out completion (--install-completion) * do sync init before stateless modes so list knows more
Diffstat (limited to 'completion/completion.sh')
-rw-r--r--completion/completion.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/completion/completion.sh b/completion/completion.sh
index 36876cf..a48733f 100644
--- a/completion/completion.sh
+++ b/completion/completion.sh
@@ -1,9 +1,8 @@
-#/usr/bin/env bash
_pik_completions()
{
QUERY=""
for word in COMP_WORDS ; do
- if [ ! query = "-"* ] ; then
+ if [[ ! query = "-"* ]] ; then
QUERY="$QUERY $WORD"
fi
done