misc: Fix more lint errors.

This commit is contained in:
Dylan Araps 2018-06-02 19:18:22 +10:00
parent ffcf82d10d
commit 89d4126ec1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# vim: noai:ts=4:sw=4:expandtab # vim: noai:ts=4:sw=4:expandtab
# shellcheck source=/dev/null # shellcheck source=/dev/null
# shellcheck disable=2016,2009 # shellcheck disable=2009,2012,2016
# #
# Neofetch: A command-line system information tool written in bash 3.2+. # Neofetch: A command-line system information tool written in bash 3.2+.
# https://github.com/dylanaraps/neofetch # https://github.com/dylanaraps/neofetch