mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
4 lines
115 B
Fish
4 lines
115 B
Fish
|
function __fisher_path_is_prompt -a path
|
||
|
test -e $path/fish_prompt.fish -o -e $path/fish_right_prompt.fish
|
||
|
end
|