fix(shell): ignore shellcheck for zsh script
This commit is contained in:
parent
4f22b0857d
commit
a7af99f860
|
@ -1,3 +1,6 @@
|
||||||
|
#!/usr/bin/env zsh
|
||||||
|
# shellcheck disable=all
|
||||||
|
|
||||||
first-tab-completion() {
|
first-tab-completion() {
|
||||||
if [[ $#BUFFER == 0 ]]; then
|
if [[ $#BUFFER == 0 ]]; then
|
||||||
BUFFER="cd "
|
BUFFER="cd "
|
||||||
|
|
Loading…
Reference in a new issue