Last active
September 18, 2023 21:21
-
-
Save jaraco/61ff068def6dfe073a6e1e3e76723e73 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58563 default @ $XONSH_CAPTURE_ALWAYS = False | |
58563 default @ aliases['caution'] = 'echo something' | |
58563 default @ caution | |
something | |
58563 default @ caution > /dev/null | |
58563 default @ aliases['caution'] = 'echo @("something")' | |
58563 default @ caution | |
something | |
58563 default @ caution > /dev/null | |
something |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment