Keep "; and" and "; or" on fish files

This reformats *.fish files from before commit
c2970f9618 with the changes to fish_indent.

[ci skip]
This commit is contained in:
Fabian Homborg
2019-05-05 13:33:35 +02:00
parent 46b804cf19
commit bcce6d691f
9 changed files with 23 additions and 49 deletions

View File

@@ -69,8 +69,7 @@ function help --description 'Show help for the fish shell'
set fish_browser cygstart
# If xdg-open is available, just use that
# but only if an X session is running
else if type -q xdg-open
and set -q -x DISPLAY
else if type -q xdg-open; and set -q -x DISPLAY
set fish_browser xdg-open
end