Browse Source

Update shrc

master
10sr 1 month ago
parent
commit
5666b386b0
1 changed files with 9 additions and 2 deletions
  1. +9
    -2
      shrc

+ 9
- 2
shrc View File

@@ -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


Loading…
Cancel
Save