From 55c128211ca70495e7886526769706bc5c477d7f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 2 Jun 2018 12:43:48 +1000 Subject: [PATCH] misc: Fix more lint errors. --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 71f89f26..69a1fa5d 100755 --- a/neofetch +++ b/neofetch @@ -1,6 +1,7 @@ #!/usr/bin/env bash # vim: noai:ts=4:sw=4:expandtab # shellcheck source=/dev/null +# shellcheck disable=2016,2009 # # Neofetch: A command-line system information tool written in bash 3.2+. # https://github.com/dylanaraps/neofetch