Commit b2d7a444 authored by Pablo Santiago Blum de Aguiar's avatar Pablo Santiago Blum de Aguiar Committed by Pablo Aguiar

fixup! fixup! Remove occurrences of `?` as a glob

parent 168ba68c
......@@ -34,7 +34,7 @@ function omf.theme.set -a target_theme
# Reload fish key bindings if reload is available and needed
functions -q __fish_reload_key_bindings
and test (count {$OMF_CONFIG,$OMF_PATH}/key_binding*.fish) -gt 0
and test -e $OMF_CONFIG/key_bindings.fish -o -e $OMF_PATH/key_bindings.fish
and __fish_reload_key_bindings
# Persist the changes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment