Skip to content

Commit 211cd88

Browse files
committed
[ignore] : Ignore SC2206
1 parent a6a3866 commit 211cd88

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • channels/i3/airootfs.any/etc/skel
  • modules/zsh-powerline/airootfs.any/etc/skel

channels/i3/airootfs.any/etc/skel/.zshrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919

2020
#-- Completion --#
21+
# shellcheck disable=SC2206
2122
[ -e /usr/local/share/zsh-completions ] && fpath=(/usr/local/share/zsh-completions $fpath)
2223
autoload -U compinit
2324
compinit -u

modules/zsh-powerline/airootfs.any/etc/skel/.zshrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616

1717
#-- Completion --#
18+
# shellcheck disable=SC2206
1819
[ -e /usr/local/share/zsh-completions ] && fpath=(/usr/local/share/zsh-completions $fpath)
1920
autoload -U compinit
2021
compinit -u

0 commit comments

Comments
 (0)