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.
This commit is contained in:
Daniel Bretoi 2025-06-19 08:00:46 +07:00 committed by GitHub
parent e7f2351f06
commit 97525dd0e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
# Load the based logger (for fish_postexec event)
source ~/.config/fish/functions/__based_log.fish
source (status dirname)/../functions/__based_log.fish
# Load keybindings (↑ for smart history, Ctrl+g for fzf popup)
source ~/.config/fish/functions/based_user_key_bindings.fish
source (status dirname)/../functions/based_user_key_bindings.fish