mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
Run fish_indent on all non-test .fish files
This commit is contained in:
committed by
Fabian Homborg
parent
37f385b193
commit
566a673e4f
@@ -46,7 +46,7 @@ function fish_vi_cursor -d 'Set cursor shape for different vi modes'
|
||||
and not set -q VTE_VERSION # which version is already checked above
|
||||
and not set -q WT_PROFILE_ID
|
||||
and not set -q XTERM_VERSION
|
||||
and not string match -q "Apple_Terminal" -- $TERM_PROGRAM
|
||||
and not string match -q Apple_Terminal -- $TERM_PROGRAM
|
||||
and not string match -rq '^st(-.*)$' -- $TERM
|
||||
and not string match -q 'xterm-kitty*' -- $TERM
|
||||
and not string match -q 'rxvt*' -- $TERM
|
||||
|
||||
Reference in New Issue
Block a user