|
@@ -20,8 +20,8 @@ __safe_run(){ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
__match(){ |
|
|
__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 |
|
|
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 |
|
|
## pastebin services |
|
|
## https://wiki.archlinux.org/index.php/List_of_Applications/Internet#Pastebin_clients |
|
|
## https://wiki.archlinux.org/index.php/List_of_Applications/Internet#Pastebin_clients |
|
|