diff options
Diffstat (limited to '.config/alacritty/ovl.sh')
| -rwxr-xr-x | .config/alacritty/ovl.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.config/alacritty/ovl.sh b/.config/alacritty/ovl.sh deleted file mode 100755 index 12296b0..0000000 --- a/.config/alacritty/ovl.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# usage: ovl.sh COLORS ADDITIONAL_FILES... -set -e - -colors_yml=$1 ; shift -[ -z "$colors_yml" ] && exit 1 - -set -x -yq m -x base.ovl.yml "$colors_yml" "$@" |