mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-03 15:40:27 +00:00
6 lines
219 B
Fish
6 lines
219 B
Fish
function __fisher_path_is_prompt -a path
|
|
test \
|
|
-e $path/fish_prompt.fish -o -e $path/fish_right_prompt.fish -o \
|
|
-e $path/functions/fish_prompt.fish -o -e $path/functions/fish_right_prompt.fish
|
|
end
|