mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
e1dafeab01
This updates the "boolean tail" feature of the if and while conditions to know about job_conjunction, thereby respecting && and ||
12 lines
195 B
Text
12 lines
195 B
Text
|
|
####################
|
|
# Basic && and || support
|
|
|
|
####################
|
|
# && and || in if statements
|
|
|
|
####################
|
|
# && and || in while statements
|
|
|
|
####################
|
|
# Complex scenarios
|