-
Fish Version: 3.0.2
OS: macOS 10.14.6
How can we set the default vi mode? currently it's set default to 'insert', it used be to 'normal'/default.
Looking at this: https://github.com/fish-shell/…
-
# Shell
- 变量
- [函数](/Shell_Function)
- 循环
- while
- [for](/Shell_for)
- 控制
- [if](/Shell_if)
- [case](/Shell_case)
- [文件读写](/Shell_read_file)
- [注释](/Shell_comment)
- [添加参数](/She…
-
I just followed the instruction written in PR template of https://github.com/tc39/ecma262, but it seems it's outdated.
```sh
> jsvu
📦 jsvu v2.4.0 — the JavaScript engine Version Updater 📦
? What…
-
In June, I finally updated vifm for the fix of #912, but I am not sure it worked. Now such commands just fail silently (works if I `chsh` to bash).
-
### op CLI version
2.24.0
### Goal or desired behavior
I want to setup the homebrew shell plugin (as an example), and have shell completion work correctly for `brew`, and also my custom shell alias…
jimeh updated
2 months ago
-
I think, in order to be run in Fish Shell correctly, the
"source env/bin/activate" line in configure.sh should be replaced to "source env/bin/activate.fish"
There is also a activate.csh file in e…
-
I'd like the implementation to give the user a list of the most recent 5 commands run and then use the first word of their choice as the command. I was planning to add this, however, there seems to be…
-
#### 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}/…
-
**Describe the bug**
See below how the green `r` in `^rmartine` and the `r` in `master` remain onscreen in the first line of the atuin dialog:
![Screen Recording 2023-10-06 at 12 47 27 PM mov](h…
-
### Is your feature request related to a problem? Please describe
There's so many multiple ways to enable asdf for different shells.
For example I'm interested in replacing `nodenv` with `asdf` …