mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
Bump iTerm workaround version
This unnecessarily enables the workaround for some nightly versions. See #10653
This commit is contained in:
@@ -3885,7 +3885,7 @@ fn interactive_hacks(parser: &Parser) {
|
||||
let Some(version) = parse_version(&version.as_list()[0]) else {
|
||||
return false;
|
||||
};
|
||||
version < (3, 5, 5)
|
||||
version < (3, 5, 6)
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user