xonsh/xontrib/bashisms.py
2016-11-20 18:49:26 -05:00

6 lines
160 B
Python

"""Bash-like interface extensions for xonsh."""
@events.on_precommand
def bash_preproc(cmd):
return cmd.replace('!!', __xonsh_history__.inps[-1].strip())