From abc77d80d209f8d7058a1676eae26b870065a7cb Mon Sep 17 00:00:00 2001
From: Roman Inflianskas <infroma@gmail.com>
Date: Fri, 21 Nov 2014 00:55:52 +0300
Subject: [PATCH] bobthefish: virtualfish: fix typo

---
 themes/bobthefish/fish_prompt.fish | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/bobthefish/fish_prompt.fish b/themes/bobthefish/fish_prompt.fish
index c9962d5..1aeebf9 100644
--- a/themes/bobthefish/fish_prompt.fish
+++ b/themes/bobthefish/fish_prompt.fish
@@ -281,7 +281,7 @@ function __bobthefish_virtualenv -d 'Get the current virtualenv'
   echo $__bobthefish_virtualenv_glyph(__bobthefish_virtualenv_python_version) (basename "$VIRTUAL_ENV")
 end
 
-function __bobthefish_promt_virtualfish -d "Display activated virtual environment (only for virtualfish, virtualenv's activate.fish changes promt by itself)"
+function __bobthefish_prompt_virtualfish -d "Display activated virtual environment (only for virtualfish, virtualenv's activate.fish changes prompt by itself)"
   set flag_bg $__bobthefish_lt_blue
   set flag_fg $__bobthefish_dk_blue
   __bobthefish_start_segment $flag_bg $flag_fg
@@ -300,7 +300,7 @@ function fish_prompt -d 'bobthefish, a fish theme optimized for awesome'
   __bobthefish_prompt_status
   __bobthefish_prompt_user
   if __bobthefish_in_virtualfish_virtualenv
-    __bobthefish_promt_virtualfish
+    __bobthefish_prompt_virtualfish
   end
   if __bobthefish_in_git
     __bobthefish_prompt_git
-- 
GitLab