mirror of
https://github.com/edu4rdshl/based.fish.git
synced 2026-07-17 23:24:46 +00:00
$__fish_config_dir could be set to something completely different. but using a relative path here is safe either way. This way it can be sourced anywhere, even if the repo is just cloned in some random place.
4 lines
235 B
Fish
4 lines
235 B
Fish
# Load the based logger (for fish_postexec event)
|
|
source (status dirname)/../functions/__based_log.fish
|
|
# Load keybindings (↑ for smart history, Ctrl+g for fzf popup)
|
|
source (status dirname)/../functions/based_user_key_bindings.fish
|