From eddbdbbb07eaa93a533cbd3532fe7958a36e6c4b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 30 Apr 2021 08:30:02 +0200 Subject: [PATCH] Address shellcheck lint warning (#243) * Address shellcheck lint warning * I wish there was a standard for this stuff --- vscode/rootfs/root/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vscode/rootfs/root/.zshrc b/vscode/rootfs/root/.zshrc index 11ad862..f33bab2 100755 --- a/vscode/rootfs/root/.zshrc +++ b/vscode/rootfs/root/.zshrc @@ -63,6 +63,7 @@ plugins=( zsh-syntax-highlighting ) +# shellcheck disable=SC1091 source $ZSH/oh-my-zsh.sh # User configuration