-
dsh shell script should test for interactivity and only if it is, add the `-i` flag to docker commands
```shell
if [[ $- == *i* ]]; then
# Interactive prompt
fi
```
-
At the moment, `mise hook-env` does not respect `settings.ignored_config_paths`, so it is impossible to prevent mise from automatically running this command in a shell in which mise is activated.
T…
-
Similar to the [AWS shell project](https://github.com/awslabs/aws-shell), it would be nice to have a persistent "shell" option for AWS CLI auto-prompt mode. The rationale is that there are times when …
-
- **Poetry version**: 1.4.2
- **Python version**: 3.11.2
- **OS version and name**: Ubuntu 23.04
- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poe…
-
### Your message to us
Thanks to the [1password github CLI plugin](https://developer.1password.com/docs/cli/shell-plugins/github/), my `gh` CLI is secured behind a system authentication prompt. I'd l…
-
Not pretty sure why, but soon or later, I've got into this error with `g -c config.yaml shell`.
After digging a bit, it's the same behavior described here:
https://stackoverflow.com/questions/5935…
-
This is the core structure that will read user input, interpret commands, and execute them.
- **3.1 Shell prompt**:
- Create a simple, customizable prompt (`$` or custom string like `mysh$`).
…
-
## Problem
Scripts with bash command line interpreter can't be uploaded.
## What have you tried?
Tried to upload .sh file with #!/bin/bash as command line interpreter.
## Potential so…
-
**_tl;dr_** **`pipenv shell` should label the powershell prompt when inside a shell. This is what `venv` currently does. Something like`(pipenv: project1-LQTIN6Io) PS C:\Users\user1\Projects\project1…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Steps tested on macOS
1. Install nushell using brew.
1. Configure (PATH as minimum)
1. …