From 2e933cad316bd9a57c622b5d79436b927673f690 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Mon, 8 Oct 2018 13:32:57 +0900 Subject: [PATCH] fix: use $__fish_data_dir if available --- fisher.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fisher.fish b/fisher.fish index a98c493..63a91b1 100644 --- a/fisher.fish +++ b/fisher.fish @@ -342,7 +342,7 @@ function _fisher_pkg_uninstall -a pkg command rm -f $fisher_path/$target end if not functions -q fish_prompt - source "$__fish_datadir/functions/fish_prompt.fish" + source "$__fish_datadir$__fish_data_dir/functions/fish_prompt.fish" end end