the hash table declarations don't need to be in the config.
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
# Configuration file for sx-open
|
||||
# Note that as sx-open checks the regexes in order, they should be placed in order from specific to less so.
|
||||
|
||||
declare -A uri_handlers
|
||||
declare -A mime_handlers
|
||||
declare -A filename_handlers
|
||||
|
||||
uri_handlers=(
|
||||
["steam"]='^steam://.+'
|
||||
["browser"]='.+'
|
||||
|
Reference in New Issue
Block a user