From 5666b386b09296d0532090e45affb524846abf63 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 20 Sep 2024 13:43:45 +0900 Subject: [PATCH] Update shrc --- shrc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/shrc b/shrc index afd5df4..6a11f12 100755 --- a/shrc +++ b/shrc @@ -20,8 +20,8 @@ __safe_run(){ } __match(){ - # __match str word - # return 0 if word is found in str + # __match str pat + # return 0 if pat is found in str expr "$1" : ".*$2.*" >/dev/null } @@ -892,6 +892,13 @@ convmv_sjis2utf8_notest(){ } +if test -f /Applications/Vivaldi.app/Contents/MacOS/Vivaldi && null type snowsql +then + # Use Vivaldi for snowsql external auth login + alias snowsql="BROWSER=/Applications/Vivaldi.app/Contents/MacOS/Vivaldi snowsql" +fi + + ################################################# ## pastebin services ## https://wiki.archlinux.org/index.php/List_of_Applications/Internet#Pastebin_clients