mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-23 19:01:15 -03:00
Do import bash history commands containing && or ||
This commit is contained in:
@@ -12,7 +12,7 @@ echo hello \
|
||||
another `command
|
||||
and arg` to skip
|
||||
backticks `are not allowed`
|
||||
a && echo invalid construct
|
||||
a && echo valid construct
|
||||
[[ x = y ]] && echo double brackets not allowed
|
||||
(( 1 = 2 )) && echo double parens not allowed
|
||||
posix_cmd_sub $(is not supported)
|
||||
|
||||
Reference in New Issue
Block a user