-
How about a check
``` sh
if [ -n "$$ZSH_CWD_HISTORY_DIR" ]; then
export ZSH_CWD_HISTORY_DIR="$HOME/.zsh_cwd_history"
fi
```
instead of the hardcoded
``` sh
ZSH_CWD_HISTORY_DIR="$HOME/.zsh_cwd_his…
-
**What happened?**
In order to get rid of some alerts/rules that do not work on EKS, I was trying to build custom rules/alerts that are optimized for EKS as described in the [README](https://gith…
-
### Version
```sh
System:
OS: macOS 14.3.1
CPU: (12) arm64 Apple M2 Max
Memory: 8.01 GB / 64.00 GB
Shell: 5.9 - /bin/zsh
Browsers:
Edge: 122.0.2365.80
Safari: 17.3…
-
## rough breakdown of shell startup time
as of https://github.com/nathanshelly/.files/commit/856e1420b71afa5b12d256cf37aa44cacd69a075
Times measured via `hyperfine 'zsh -i -c exit' --warmup 5` r…
-
See https://github.com/devcontainers/images/tree/main/src/python
Pros:
- Already has `zsh` so should be a lot quicker to start a new devcontainer (with `common-utils` feature) - **needs testing**
…
-
### Summary
Running sf package version create with a Static Resource that is empty will error.
### Steps To Reproduce
Sample repo is available here: https://github.com/mekadigital/md-package-te…
-
set antigen to a user defined repo. such as `antigen theme robbyrussell/oh-my-zsh themes/apple`
After update the theme in remote, run `antigen update`, the local plugins are updated, but theme is s…
-
#### Operating system and version:
#### `nvm debug` output:
```sh
nvm --version: v0.40.0
$SHELL: /usr/bin/zsh
$SHLVL: 1
whoami: 'devlin'
${HOME}: /home/devlin
${NVM_DIR}: '${HOME}/…
-
Hello, Mister.
I want to give suggestion for this plugin. I'm not hate with Node packages. I use this this plugin because using Jovial, Zsh theme created with you with OhMyZsh. I only give suggestion…
-
### Build tool
Rollup
### Where do you see the problem?
- [X] In the browser
- [ ] In the terminal
### Describe the bug
The `background.js` file is not loaded and crash once `simpleReloader()` is…