mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
Fix format string
The terlar prompt uses `|branch`, this is visually quite important.
This commit is contained in:
committed by
Fabian Boehm
parent
8af2f96b4f
commit
56b3b27206
@@ -34,5 +34,5 @@ function __terlar_git_prompt --description 'Write out the git prompt'
|
||||
set -q __fish_git_prompt_char_stateseparator
|
||||
or set -g __fish_git_prompt_char_stateseparator '⚡'
|
||||
|
||||
fish_git_prompt $argv
|
||||
fish_git_prompt '|%s'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user