From 5152e42cb9afd0fe5fd69f728ee83c2bd20c585a Mon Sep 17 00:00:00 2001
From: Xiao Pan <gky44px1999@gmail.com>
Date: Sat, 1 Jul 2023 15:21:02 -0700
Subject: update

---
 home/xyz/.local/bin/o | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'home')

diff --git a/home/xyz/.local/bin/o b/home/xyz/.local/bin/o
index d70a6d76..8fb066c7 100755
--- a/home/xyz/.local/bin/o
+++ b/home/xyz/.local/bin/o
@@ -13,6 +13,8 @@
 # using `>&-` or `2>&-` doesn't completely close mpv's output when run sth. like `o mpv file.mkv`
 # base on above observations, I choose to use `>/dev/null 2>&1` instead
 
+# need ; before } when it is in the same line as { ? https://www.shellcheck.net/wiki/SC1056
+
 if [ $# -eq 1 ] && [ -e "$1" ] && { ! [ -x "$1" ] || [ -d "$1" ];}; then
 	case "$1" in
 		# libreoffice, please don't let firefox eat your shit
-- 
cgit v1.2.3-70-g09d2