From 5940807902fd5f5dec64e499f8008cd2b18fc09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Nemc=CC=8Cek?= Date: Thu, 3 Nov 2016 21:49:40 +0100 Subject: [PATCH] changed pwd to prompt_pwd and replaced git w/ hammer and sickle --- fish_prompt.fish | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index 461879b..7acbd60 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -53,12 +53,12 @@ function __toaster_git_status # In git if test -n (__toaster_git_branch_name) - __toaster_color_echo $__toaster_color_blue " git" - __toaster_color_echo $__toaster_color_white ":"(__toaster_git_branch_name) + __toaster_color_echo $__toaster_color_blue " ☭ " + __toaster_color_echo $__toaster_color_white (__toaster_git_branch_name) if test -n (__toaster_git_status_codes) __toaster_color_echo $__toaster_color_pink ' ●' - __toaster_color_echo $__toaster_color_white ' [^._.^]ノ' + __toaster_color_echo $__toaster_color_white ' (^._.^)ノ' __toaster_git_status_icons else __toaster_color_echo $__toaster_color_green ' ○' @@ -68,7 +68,8 @@ end function fish_prompt __toaster_color_echo $__toaster_color_blue "# " - __toaster_color_echo $__toaster_color_purple (__toaster_current_folder) +# __toaster_color_echo $__toaster_color_purple (__toaster_current_folder) + __toaster_color_echo $__toaster_color_purple (prompt_pwd) __toaster_git_status echo __toaster_color_echo $__toaster_color_pink "\$ "