Skip to content

Commit

Permalink
Rename scripts/env.sh to ../utils
Browse files Browse the repository at this point in the history
The shelcheck directive is explained here:
https://www.shellcheck.net/wiki/SC2148
  • Loading branch information
victor-gp committed Jul 17, 2023
1 parent 9887fbd commit 57748ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/env.sh → scripts/utils
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit 57748ff

Please sign in to comment.