aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools/web_config/sample_prompts/terlar.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/tools/web_config/sample_prompts/terlar.fish')
-rw-r--r--share/tools/web_config/sample_prompts/terlar.fish5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/tools/web_config/sample_prompts/terlar.fish b/share/tools/web_config/sample_prompts/terlar.fish
index d93ba2d2..fb5de11e 100644
--- a/share/tools/web_config/sample_prompts/terlar.fish
+++ b/share/tools/web_config/sample_prompts/terlar.fish
@@ -1,8 +1,8 @@
# name: Terlar
# author: terlar - https://github.com/terlar
-set -xg fish_color_user magenta
-set -xg fish_color_host yellow
+set -g fish_color_user magenta
+set -g fish_color_host yellow
function fish_prompt --description 'Write out the prompt'
set -l last_status $status
@@ -27,6 +27,7 @@ function fish_prompt --description 'Write out the prompt'
set_color normal
__terlar_git_prompt
+ __fish_hg_prompt
echo
if not test $last_status -eq 0