From a7af99f8607fee56f57787d9966186704b6e2d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Wed, 13 Sep 2023 16:38:02 +0200 Subject: [PATCH] fix(shell): ignore shellcheck for zsh script --- home/shell/first-tab-completion.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/shell/first-tab-completion.zsh b/home/shell/first-tab-completion.zsh index 938aa70..97d8861 100644 --- a/home/shell/first-tab-completion.zsh +++ b/home/shell/first-tab-completion.zsh @@ -1,3 +1,6 @@ +#!/usr/bin/env zsh +# shellcheck disable=all + first-tab-completion() { if [[ $#BUFFER == 0 ]]; then BUFFER="cd "