mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-19 01:31:15 -03:00
Synopses examples for vcs services now function as intended
This commit is contained in:
committed by
Fabian Homborg
parent
17157b3516
commit
067ec6ca97
@@ -9,7 +9,7 @@ Synopsis
|
||||
::
|
||||
|
||||
function fish_prompt
|
||||
echo -n (pwd)(fish_git_prompt) '$ '
|
||||
printf '%s' $PWD (fish_git_prompt) ' $ '
|
||||
end
|
||||
|
||||
Description
|
||||
|
||||
@@ -9,7 +9,7 @@ Synopsis
|
||||
::
|
||||
|
||||
function fish_prompt
|
||||
echo -n (pwd)(fish_hg_prompt) '$ '
|
||||
printf '%s' $PWD (fish_hg_prompt) ' $ '
|
||||
end
|
||||
|
||||
Description
|
||||
|
||||
@@ -9,7 +9,7 @@ Synopsis
|
||||
::
|
||||
|
||||
function fish_prompt
|
||||
echo -n (pwd)(fish_svn_prompt) '$ '
|
||||
printf '%s' $PWD (fish_svn_prompt) ' $ '
|
||||
end
|
||||
|
||||
Description
|
||||
|
||||
@@ -9,7 +9,7 @@ Synopsis
|
||||
::
|
||||
|
||||
function fish_prompt
|
||||
echo -n (pwd)(fish_vcs_prompt) '$ '
|
||||
printf '%s' $PWD (fish_vcs_prompt) ' $ '
|
||||
end
|
||||
|
||||
Description
|
||||
|
||||
Reference in New Issue
Block a user