-
# zsh
## mac
### zsh로 chsh
```sh
chsh -s /bin/zsh
```
### ohmyzsh 설치
https://github.com/ohmyzsh/ohmyzsh?tab=readme-ov-file#basic-installation
```sh
sh -c "$(curl -fsSL https://raw.github…
-
The lease shell on mobile/table doesn't work properly when hitting the "Enter" key.
-
### What is the problem this feature would solve?
Running commands on a distant machine over SSH using the shell api
### What is the feature you are proposing to solve the problem?
Some API like th…
-
**Pre-work inference**
[Figma reference file](https://www.figma.com/design/BkjBOeF9CtYLiPkjdrebjg/Common-doc---Alina's-Workspace?node-id=370-31037)
Pre-work [issue](https://github.com/carbon-desig…
-
Having a shell startup command like
```sh
...
eval "$(zoxide init posix --hook prompt)"
...
PS1='[\u@\h \W]\$'
...
```
for a posix shell will break zoxide's directory registering capability (f…
-
Improve usability of Detox' CLI by offering an autocompletion script.
One good example is the autocompletion of configs names.
-
### Feature Overview
https://developer.1password.com/docs/cli/shell-plugins/contribute/
### Why is the feature needed?
Otherwise, the `AQUA_GITHUB_TOKEN` or `GITHUB_TOKEN` should always be set and …
-
**Is your feature request related to a problem? Please describe.**
As a developer I want to invoke external buildsystems/tools that may do execs themselves. For this I would need a proper PATH with a…
-
## What I did
```console
dagger shell -c 'FUNC=$(.container | from alpine | with-exec echo,foo | stdout); .doc $FUNC'
```
## What I expected
```
Error: no function "foo" in type "Query"
`…
-
Hi, I'm currently trying, in xfce4-panel, to replace autohide by layer-shell surface displacement (using negative margins, a bit like on X11) by using the viewporter protocol instead, as I've been adv…