aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools/web_config/sample_prompts/robbyrussell.fish
diff options
context:
space:
mode:
authorGravatar Marc Qualie <marc@marcqualie.com>2013-05-20 23:59:52 +0200
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-05-24 23:18:24 -0700
commit9169a673d5d5c5e7d1883b0040363db00a7946b8 (patch)
tree0ad1037c51b0512945cf292f2bd1c2d3cb7b0bf5 /share/tools/web_config/sample_prompts/robbyrussell.fish
parent37123ee053b342b0aa2ff538da50972d2d3c5ba4 (diff)
Slightly modified this theme to match robbyrussel
I recently switch from ZSH to Fish shell and noticed that this theme is slightly different to the one provided by ZSH. I edited my own using funced but thought it might be useful for other people who are used to the ZSH interface.
Diffstat (limited to 'share/tools/web_config/sample_prompts/robbyrussell.fish')
-rw-r--r--share/tools/web_config/sample_prompts/robbyrussell.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/tools/web_config/sample_prompts/robbyrussell.fish b/share/tools/web_config/sample_prompts/robbyrussell.fish
index fdc02f32..f6641c1a 100644
--- a/share/tools/web_config/sample_prompts/robbyrussell.fish
+++ b/share/tools/web_config/sample_prompts/robbyrussell.fish
@@ -33,5 +33,5 @@ function fish_prompt
end
end
- echo -n -s $arrow $cwd $git_info $normal '>'
+ echo -n -s $arrow ' '$cwd $git_info $normal ' '
end