-
Snippet of my install.config.yaml:
```yaml
- git:
'$HOME/.dotfiles/zsh/plugins/alias-tips':
url: https://github.com/djui/alias-tips.git
method: clone-or-pull
description: A…
-
## zsh install
```
$ brew install zsh
```
## デフォルトシェルをzshに変更
```
$ chsh -s `which zsh`
```
### chsh: /usr/local/bin/zsh: non-standard shell エラーが出た場合
```
$ echo `which zsh` | sudo t…
-
### Issue:
Repo Git status not updating in current shell even after changes to repo even after source ~/.zshrc. When I open a new shell it works
Running the following command shows that everythin…
-
## Bug Report
#### Current Behavior
https://github.com/user-attachments/assets/a9c8924f-94eb-407d-ae80-b19a5a416dc8
#### Expected Behavior
Same behavior as when starship is not ena…
-
I have a recurring problem with `SIGINT` being ignored in my shells, which I've been able to narrow down to zsh-histdb. Everything works as expected, except ctrl-c suddenly stops working in the shell…
-
**Describe the bug**
When installing a new version of Python the `python.default_packages_file` setting does not seem to be used to fine the path to the default packages file. This seems to be the …
-
### Describe the bug
Trying to call `browser.runtime.getURL("/")`, but am getting a type error.
### Reproduction
Just add `browser.runtime.getURL("/")` to the vanilla template's background.
### St…
-
### Describe the bug
```ts
const EXAMPLE = new MutationObserver();
export default defineContentScript({ ... });
```
I believe this is the most common question I get asked. Just need a better …
-
cc @Mic92
# Issue
`zsh` running `sudo` does not inherit `$PATH` nor other important environment variables.
This is particularly annoying when running `#!/usr/bin/env zsh` scripts as root inside…
xzfc updated
6 months ago
-
For some reason, today when I try to use hatch on my new (apple silicon) MacBook, I am seeing that python3.11 seems to 'just not work,' in some ways:
* `hatch shell` command seems to hang indefinit…