mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 20:21:16 -03:00
remove redundant comment from __fish_print_pipestatus.fish
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user