From 57748ffe632ec595958f82fa951b817b0c5cb9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Gonz=C3=A1lez=20Prieto?= Date: Sat, 1 Jul 2023 13:42:54 +0200 Subject: [PATCH] Rename scripts/env.sh to ../utils The shelcheck directive is explained here: https://www.shellcheck.net/wiki/SC2148 --- scripts/{env.sh => utils} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename scripts/{env.sh => utils} (92%) diff --git a/scripts/env.sh b/scripts/utils similarity index 92% rename from scripts/env.sh rename to scripts/utils index 2ecf47d..3e14b66 100644 --- a/scripts/env.sh +++ b/scripts/utils @@ -1,4 +1,5 @@ -#!/bin/bash +# usage: source scripts/utils +# shellcheck shell=bash function gdiff { GIT_PAGER="LESS=R less" git diff "$@" -- tests/{highlighted,theme}