mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
6 lines
177 B
ReStructuredText
6 lines
177 B
ReStructuredText
**Added:**
|
|
|
|
* Implemented the following "bang command" bashisms: ``!$``, ``$*``, ``!^``,
|
|
and ``!<str>``. These are in addition to ``!!``, which was already
|
|
implemented.
|
|
|