Commit f5e2ae69 authored by Derek Stavis's avatar Derek Stavis

init: fix fish bug with set and line escapes

parent 8f814ba4
......@@ -29,9 +29,7 @@ functions -q fish_user_key_bindings
function fish_user_key_bindings
read -l theme < $OMF_CONFIG/theme
# Prepare packages key bindings paths
set -l key_bindings $OMF_CONFIG/key_binding?.fish \
{$OMF_CONFIG,$OMF_PATH}/pkg/*/key_bindings.fish \
{$OMF_CONFIG,$OMF_PATH}/themes/$theme/key_binding?.fish
set -l key_bindings $OMF_CONFIG/key_binding?.fish {$OMF_CONFIG,$OMF_PATH}/pkg/*/key_bindings.fish {$OMF_CONFIG,$OMF_PATH}/themes/$theme/key_binding?.fish
# Source all keybindings collected
for file in $key_bindings
source $file
......
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