-
### Setup
I am using xonsh in readline mode inside Emacs.
Because the prompt contains some garbage characters (Emacs' `comint-mode` doesn't handle the color codes correctly) like ^A^B, I set $PR…
-
I have installed xonsh in a virtual environment to avoid conflicting dependencies. When I start `xonsh.exe` from the `Scripts` directory, the `python` command executes the virtual environment python …
-
## xonfig
```xsh
import datetime
from prompt_toolkit import prompt
from prompt_toolkit.history import InMemoryHistory
from prompt_toolkit.key_binding import KeyBindings
from prompt_t…
-
`amalgamate.py` requires global names to be distinct across the set of modules which are processed. It issues a warning when it detects the same global name in multiple modules, but the setup proceed…
bobhy updated
4 years ago
-
## xonfig
```
$ xonfig
+------------------+----------------------+
| xonsh | 0.9.24 |
| Git SHA | 0dafe12d |
| Commit Date | Jan 13 14:13:41 …
-
``` xontrib load powerline2
xonsh: To log full traceback to a file set: $XO…
-
## xonfig
```
# XONSH WEBCONFIG START
$XONSH_COLOR_STYLE = 'monokai'
$PROMPT = '{env_name}{BOLD_#6df797}{user}@{hostname}{CYAN} {cwd}{branch_color}{curr_branch: {}}{RESET} {BOLD_#7d8df…
-
The tilde [SSH escape sequences](https://medium.com/@rmolsen/ssh-tricks-escape-sequences-4a7a5d889d70) do not work in xonsh. They do in bash and csh.
-
When using `current_job` in your prompt (such as the default `$TITLE`) it will also show jobs from background threads (eg, from `xontrib-schedule`).
It should only show the one foreground job.
#…
-
I use Xonsh on Windows and unless I set `"terminal.integrated.defaultProfile.windows": "Command Prompt"` (or Powershell) the program behaves as if it is on Linux, however this causes a The specified p…