-
## Description
- I might be missing something obvious, but I am unable to activate a conda environment in the terminal on the current ansible deployment (i.e. production) and the DoEKS deployment (i.…
-
I am trying to change the color of the 'gitstatus' part of my prompt. In my .xonshrc I have
```
$PROMPT_FIELDS["gitstatus__pl_colors"] = ("#273746", "GREEN")
```
However when I open a new shel…
-
## xonfig
```
$ xonfig
+------------------+-----------------+
| xonsh | 0.14.0 |
| Python | 3.11.4 |
| PLY | 3.11 |
| have r…
-
## xonfig
```
xontrib load coreutils # Comment out to fix issue
$XONSH_SHOW_TRACEBACK = True
def prompt():
return $(sleep 0.5 | echo """Prompt>""" | cat)
$PROMPT = prompt
```
…
-
When I run sample command from the README `y = $(@yaml dig +yaml google.com)` I get:
```
xonsh: For full traceback set: $XONSH_SHOW_TRACEBACK = True
xonsh: subprocess mode: command not found: '@yam…
-
Currently, there are two spaces searched when resolving a command:
1. Aliases
2. Programs on the filesystem
This means that xontribs must be able to enumerate all the commands they want to add …
-
$ xonsh
The following xontribs are enabled but not installed:
apt_tabcomplete
To install them run
pip install xonsh-apt-tabcomplete
Which is weird because I just installed it using pip. …
-
### Describe the bug
(base) rolly@Rolands-Mac-mini tbp.monty % conda env create --file environment_arm64.yml
/opt/anaconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is dep…
-
using prompt-vi-mode results in input becoming excruciatingly slow, to the point that it takes multiple seconds just to write a single word.
```
+------------------+----------------------+
| …
-
One reason to ask is that powershell cmdlets often consume and/or produce .NET objects.