aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2015-12-09 20:02:06 +0100
committerGravatar Fabian Homborg <FHomborg@gmail.com>2015-12-16 19:05:28 +0100
commit43c7ababf928c1804a5371fdef1fb72d63ab2063 (patch)
tree68245497c8b7d8dab57ea0e8dcf50aea88f0b5d9 /share/tools
parentbaa6971a4615dd3cebaf90f5dc371bc5b57e0bbf (diff)
Make lonetwin prompt use __fish_vcs_prompt
Diffstat (limited to 'share/tools')
-rw-r--r--share/tools/web_config/sample_prompts/lonetwin.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/tools/web_config/sample_prompts/lonetwin.fish b/share/tools/web_config/sample_prompts/lonetwin.fish
index 67478594..d22beff4 100644
--- a/share/tools/web_config/sample_prompts/lonetwin.fish
+++ b/share/tools/web_config/sample_prompts/lonetwin.fish
@@ -15,6 +15,6 @@ function fish_prompt --description 'Write out the prompt'
set -g __fish_prompt_cwd (set_color $fish_color_cwd)
end
- echo -n -s "$USER" @ "$__fish_prompt_hostname" ' ' "$__fish_prompt_cwd" (prompt_pwd) (__fish_git_prompt) "$__fish_prompt_normal" '> '
+ echo -n -s "$USER" @ "$__fish_prompt_hostname" ' ' "$__fish_prompt_cwd" (prompt_pwd) (__fish_vcs_prompt) "$__fish_prompt_normal" '> '
end