mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 21:54:26 +08:00
e1dafeab01
This updates the "boolean tail" feature of the if and while conditions to know about job_conjunction, thereby respecting && and ||
13 lines
195 B
Plaintext
13 lines
195 B
Plaintext
|
|
####################
|
|
# Basic && and || support
|
|
|
|
####################
|
|
# && and || in if statements
|
|
|
|
####################
|
|
# && and || in while statements
|
|
|
|
####################
|
|
# Complex scenarios
|