-
MacOS for M1 recommends use of zsh rather than bash and selects zsh as its default shell . Happi appears to require bash shell. Will yaqc-bluesky still work without Happi activation or should I switch…
-
## key codes
```shell
## oh-my-zsh theme
function venv_status {
if [ -z ${PYENV_VERSION+x} ]; then
echo 'NOT SET'>/dev/null;
else
echo "($PYENV_VERSION)";
fi
}
…
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
Expected Behaviour
windows11 + ohmyzsh + anaconda
Actual Behaviour
conda init zsh
sh…
-
**Describe the bug**
too more headers
**System (please complete the following information):**
- Version: [v0.4.9]
- Shell: [Zsh]
- OS: Darwin]
- Arch: [arm64]
**Screenshots**
…
-
The shell now looks identical to Bash! How can I tell which shell I am in? This morning I started in our shell, and I only noticed when git tab completion didn't work (#80) that I am not in Bash.
-
Icons from config file are assigned to directories on match, that doesn't happen with built-in filenames and extensions. Bug or easter-egg? =P
- The version of eza being used: **(v0.19.2), compiled…
-
**Is your feature request related to a problem? Please describe.**
When I updated the version of ML4W dotfiles it overroad the additional oh-my-zsh plugins that I had enabled.
**Describe the solut…
-
I'm attempting install Nix via Determinate installer on MacOSX Sonoma 14.4.1 Intel i9, but get:
```
Planned actions:
* Create an APFS volume `Nix Store` for Nix on `disk1` and add it to `/etc/fsta…
-
#### Current Behavior
I get following warnings when I am in a directory that has python code in it:
[WARN] - (starship::utils): Executing command "/usr/bin/python3" timed out.
[WARN] - (starship::u…
-
CC: @OriPoin