based.fish/conf.d/based.fish
Daniel Bretoi 97525dd0e2
use relative source path (#1)
$__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.
2025-06-18 20:00:46 -05:00

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