mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
remove redundant comment from __fish_print_pipestatus.fish
This commit is contained in:
parent
d71e39f756
commit
a634356bcc
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
|||
function __fish_print_pipestatus --description "Print pipestatus for prompt"
|
||||
# maybe these could be in global variables similar to __fish_color_status to allow
|
||||
# users to set the variables to modify the braces/separator/color used
|
||||
set -l left_brace $argv[1]
|
||||
set -l right_brace $argv[2]
|
||||
set -l separator $argv[3]
|
||||
|
|
Loading…
Reference in a new issue