1
1
Fork 0

fish_prompt: Redirect fossil's stderr to /dev/null

This commit is contained in:
Jonathan Schleifer 2020-05-25 20:32:31 +00:00
parent fd9e04a090
commit 64ae6d36b5

View file

@ -11,7 +11,7 @@ function fish_prompt --description 'Write out the prompt'
set branch (string replace -r "^refs/heads/" "" $branch) set branch (string replace -r "^refs/heads/" "" $branch)
if test -z "$branch" if test -z "$branch"
set branch (fossil branch current) set branch (fossil branch current 2>/dev/null)
end end
set -l vcs set -l vcs