mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 00:47:30 +00:00
cb7762b7c0
This exposes it more, since it's quite an important function. We should do the same with the other vcs functions. We leave a compatibility shim in place for now.
4 lines
126 B
Fish
4 lines
126 B
Fish
function __fish_git_prompt
|
|
# TODO: This name is deprecated, figure out a way to tell users.
|
|
fish_git_prompt $argv
|
|
end
|