fish_prompt: Redirect fossil's stderr to /dev/null
This commit is contained in:
parent
fd9e04a090
commit
64ae6d36b5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ function fish_prompt --description 'Write out the prompt'
|
|||
set branch (string replace -r "^refs/heads/" "" $branch)
|
||||
|
||||
if test -z "$branch"
|
||||
set branch (fossil branch current)
|
||||
set branch (fossil branch current 2>/dev/null)
|
||||
end
|
||||
|
||||
set -l vcs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue