remove redundant comment from __fish_print_pipestatus.fish

This commit is contained in:
zabereer 2019-03-05 18:25:16 +00:00
parent d71e39f756
commit a634356bcc

View file

@ -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]