2018-07-18 12:20:58 -04:00
|
|
|
<!--- Provide a general summary of the issue in the Title above -->
|
|
|
|
<!--- If you have a question along the lines of "How do I do this Bash command in xonsh"
|
2019-01-29 13:46:48 +03:00
|
|
|
please first look over the Bash to Xonsh translation guide: https://xon.sh/bash_to_xsh.html
|
2018-07-18 12:20:58 -04:00
|
|
|
If you don't find an answer there, please do open an issue! -->
|
|
|
|
|
|
|
|
## xonfig
|
2019-02-01 12:18:00 -05:00
|
|
|
|
|
|
|
<details>
|
2019-06-24 15:27:23 -04:00
|
|
|
|
2019-02-01 12:18:00 -05:00
|
|
|
```
|
|
|
|
$ xonfig
|
|
|
|
```
|
2019-06-24 15:27:23 -04:00
|
|
|
|
2019-02-01 12:18:00 -05:00
|
|
|
</details>
|
2018-07-18 12:20:58 -04:00
|
|
|
|
|
|
|
## Expected Behavior
|
|
|
|
<!--- Tell us what should happen -->
|
|
|
|
|
|
|
|
## Current Behavior
|
|
|
|
<!--- Tell us what happens instead of the expected behavior -->
|
|
|
|
<!--- If part of your bug report is a traceback, please first enter debug mode before triggering the error
|
2019-06-24 15:27:23 -04:00
|
|
|
To enter debug mode, set the environment variable `XONSH_DEBUG=1` _before_ starting `xonsh`.
|
2018-07-18 12:20:58 -04:00
|
|
|
On Linux and OSX, an easy way to to do this is to run `env XONSH_DEBUG=1 xonsh` -->
|
|
|
|
|
2019-02-01 12:18:00 -05:00
|
|
|
### Traceback (if applicable)
|
|
|
|
|
|
|
|
<details>
|
2019-06-24 15:27:23 -04:00
|
|
|
|
2019-02-01 12:18:00 -05:00
|
|
|
```
|
|
|
|
traceback
|
|
|
|
```
|
2019-06-24 15:27:23 -04:00
|
|
|
|
2019-02-01 12:18:00 -05:00
|
|
|
</details>
|
|
|
|
|
2018-07-18 12:20:58 -04:00
|
|
|
## Steps to Reproduce
|
|
|
|
<!--- Please try to write out a minimal reproducible snippet to trigger the bug, it will help us fix it! -->
|