mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
7 lines
217 B
Fish
7 lines
217 B
Fish
|
function __fisher_key_bindings_reset
|
||
|
if functions -q fish_user_key_bindings
|
||
|
source (__fisher_xdg --config)/fish/functions/fish_user_key_bindings.fish ^ /dev/null
|
||
|
fish_user_key_bindings
|
||
|
end
|
||
|
end
|