aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2015-12-09 20:01:38 +0100
committerGravatar Fabian Homborg <FHomborg@gmail.com>2015-12-16 19:05:28 +0100
commite29d200ba568d83198dfce88180d8a4402ffa08f (patch)
treebae7f20f160e1ebc57655a9f42e6166a749ff11f /share/tools
parent43c7ababf928c1804a5371fdef1fb72d63ab2063 (diff)
Switch classic + git prompt to all vcsen -> Rename it to Classic + Vcs
Keep the variable names for now.
Diffstat (limited to 'share/tools')
-rw-r--r--share/tools/web_config/sample_prompts/classic_vcs.fish (renamed from share/tools/web_config/sample_prompts/classic_git.fish)4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/tools/web_config/sample_prompts/classic_git.fish b/share/tools/web_config/sample_prompts/classic_vcs.fish
index 888f95cb..755c9502 100644
--- a/share/tools/web_config/sample_prompts/classic_git.fish
+++ b/share/tools/web_config/sample_prompts/classic_vcs.fish
@@ -1,4 +1,4 @@
-# name: Classic + Git
+# name: Classic + Vcs
# author: Kevin Ballard
# vim: set noet:
@@ -69,5 +69,5 @@ function fish_prompt --description 'Write out the prompt'
set prompt_status ' ' (set_color $fish_color_status) "[$last_status]" "$normal"
end
- echo -n -s (set_color $fish_color_user) "$USER" $normal @ (set_color $fish_color_host) "$__fish_prompt_hostname" $normal ' ' (set_color $color_cwd) (prompt_pwd) $normal (__fish_git_prompt) $normal $prompt_status "> "
+ echo -n -s (set_color $fish_color_user) "$USER" $normal @ (set_color $fish_color_host) "$__fish_prompt_hostname" $normal ' ' (set_color $color_cwd) (prompt_pwd) $normal (__fish_vcs_prompt) $normal $prompt_status "> "
end