-
绝大部分日常使用Linux和OS X的程序员都会选择zsh作为自己的shell环境,毕竟对比于bash,zsh的便利性/可玩性要胜出很多,同时它又能兼容bash大多数的语法。不过相对而言,zsh补全脚本要比bash补全脚本要难写。zsh提供了非常多的补全的API,而且这些API功能有不少重叠的地方,掌握起来并不容易。不像bash,你只需记住三个API(`compgen`,`complete`,`c…
-
I’m not sure what the exact cause is here.
Here is `test.sh`, which is executable:
```sh
#!/bin/sh
eval "$(frum init)"
```
If this script is run from zsh, the shell is detected as zsh, eve…
-
### Dupe Check
- [X] I have [searched Warp bugs](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3ABugs) and there are no duplicates
### Describe the bug
Despite history files existing…
-
# Building Zsh from Source and Configuring It on CentOS - jdhao's blog
Update: this is my first post on Zsh install and configuration. For a list of useful plugins I use to boost my productivity, see…
-
![image](https://user-images.githubusercontent.com/81508805/233397513-215ce869-0d65-4369-8ab8-83df8d2fd36f.png)
Terminal: Alacritty
Shell: zsh
-
### Version
VisualStudio Code extension
### Operating System
MacOS
### What happened?
it defaults to /bin/sh rather than zsh at /usr/local/bin/zsh. No matter what file i modify (.bash_profile, ba…
-
I have the plugin installed, but it does not show any quote
-
### Problem
I've installed rustup via the online install file.
Currently running `rustup show` in ion-shell shows this:
```
# rustup show
Default host: x86_64-unknown-linux-gnu
rustup home: …
rirze updated
3 months ago
-
i would like to be able to paste a multiline example and it works right
```
f() {
local -n out=$1 # -n for named reference
out=bar
}
x=foo
f x
echo x=$x
```
bash
```
[user@ni…
-
- Type:
- [x] Bug
- [ ] Enhancement
- [ ] Feature Request
- [ ] Question
---
- `zplug --version`: 2.4.1
- `zsh --version`: 5.1.1
- `uname -a`: Linux laptop 4.4.0-83-generic…