mirror of
https://github.com/edu4rdshl/based.fish.git
synced 2026-07-17 23:24:46 +00:00
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:
parent
e7f2351f06
commit
97525dd0e2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue