Merge pull request #3 from The-Bob/master

Fix mode indicator
main
Matej Nemček 2020-04-23 09:14:53 +02:00 committed by GitHub
commit 868259ef13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

BIN
.fish_prompt.fish.swp Normal file

Binary file not shown.

View File

@ -68,7 +68,7 @@ function __slavic_git_status
end
end
function fish_prompt
function fish_mode_prompt
set_color $__slavic_color_lilac
printf '['
switch $fish_bind_mode
@ -84,6 +84,9 @@ function fish_prompt
end
set_color $__slavic_color_lilac
printf '] '
end
function fish_prompt
__slavic_color_echo $__slavic_color_purple (prompt_pwd)
__slavic_git_status