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

pull/694/head
Pablo Santiago Blum de Aguiar 5 years ago committed by Pablo Aguiar
parent 168ba68ccc
commit b2d7a444fb

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

Loading…
Cancel
Save