Definitely agree with ecerulm... Also, this might be a bit easier for users. You can create in your ~/.config/fish/ a folder functions and name your functions ie: _git_fish_prompt.fish I then just edited my ~/.config/fish/config.fish to be function fish_prompt
git_fish_prompt
end
Achievements
19
Karma
0
Total ProTip Views
Forked
Have a project valued enough to be forked by someone else
Mongoose
Have at least one original repo where Ruby is the dominant language
Definitely agree with ecerulm... Also, this might be a bit easier for users. You can create in your
~/.config/fish/
a folderfunctions
and name your functions ie:_git_fish_prompt.fish
I then just edited my~/.config/fish/config.fish
to befunction fish_prompt git_fish_prompt end