-
### How to reproduce
In the end of `.zshrc`:
```zsh
smartcache eval starship init
```
Error occurs (stuck):
```console
$ exec zsh
$(/Users/user/.cargo/bin/starship prompt --terminal-width=…
-
With pexpect 4.2, it's not possible to use spawn's preexec_fn to do things like setting Event objects. By the time preexec_fn is called, all file descriptors except stdin/stdout/stderr have already b…
-
BPO | [42736](https://bugs.python.org/issue42736)
--- | :---
Nosy | @gpshead, @vstinner, @benjaminp, @izbyshev
*Note: these values reflect the state of the issue at the time it was migrated and might…
-
Trying to find the offset of the drive `whipper offset find -o 6` results in a `FileNotFoundError` as does trying to rip a cd with `whipper cd rip --offset=6`. The last few lines of the output are be…
-
Hi, I am trying to package this project for Fedora. Besides the issue of cutting a release (#157), I have a more general question about the scope of this project.
Is it ok to say that `bash-preexec…
-
### Discord username (optional)
_No response_
### Operating System
MacOS
### Operating System and Version
macOS 14.4
### Local Shell Version
zsh 5.9
### Remote Shell Version
windows conhost p…
-
If I enable hishtory in `~/.bashrc` by adding the following code snippet into it:
```bash
if [ -d "$HOME/.hishtory" ] && [ -r "$HOME/.hishtory/config.sh" ]; then
export PATH="$PATH:$HOME/.hisht…
-
#### Current Behavior
Some terminal emulators start bash in login mode. I'm using wezterm and the starship prompt isn't working when I start it, just has the default bash prompt.
#### Expected Beh…
-
### Are you following the right branch?
- [X] My Nixpkgs and Home Manager versions are in sync
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue descript…
-
simple git info
``` zsh
arcklyn_update_current_git_vars() {
unset __CURRENT_GIT_BRANCH
unset __CURRENT_GIT_BRANCH_STATUS
unset __CURRENT_GIT_BRANCH_IS_DIRTY
local _status="$(git st…