mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
shell/*: fix most shellcheck errors
This commit is contained in:
parent
ced309e5a4
commit
0d8a6f0c01
9 changed files with 67 additions and 53 deletions
|
@ -2,10 +2,12 @@
|
|||
|
||||
# arch
|
||||
if [ "${BASH_VERSION}" ] && [ -r /usr/share/doc/pkgfile/command-not-found.bash ]; then
|
||||
# shellcheck source=/dev/null
|
||||
. /usr/share/doc/pkgfile/command-not-found.bash
|
||||
fi
|
||||
|
||||
if [ "${ZSH_VERSION}" ] && [ -r /usr/share/doc/pkgfile/command-not-found.zsh ]; then
|
||||
# shellcheck source=/dev/null
|
||||
. /usr/share/doc/pkgfile/command-not-found.zsh
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue