-
![image](https://user-images.githubusercontent.com/81508805/233397513-215ce869-0d65-4369-8ab8-83df8d2fd36f.png)
Terminal: Alacritty
Shell: zsh
-
When I manually open Terminus in a tab or panel, it runs `zsh`, which is what I expect. However, when I run `terminus_open` in a build system, it always uses `sh`. How can I get it to always use `zsh`…
-
#### Current Behavior
I'm going to define a custom command to display the current tty name. Currently, the custom command module in Starship prompt is unable to display the current tty name. Despite …
-
```
What steps will reproduce the problem?
1. Uncomment hist_ignore_dups in 111.environment.options.zsh
2.
3.
What is the expected output? What do you see instead?
Duplicates in history should be, b…
-
I have the plugin installed, but it does not show any quote
-
https://docs.fedoraproject.org/en-US/package-maintainers/Joining_the_Package_Maintainers
https://jrfernandez.com/packaging-rust-program-for-fedora
kevgo updated
1 month ago
-
一直遇到这个问题mv: fastcopy: open() failed (to): /usr/bin/kd: Operation not permitted,我使用sudo命令也无济于事,请问如何解决?
,xNMM. -------------
.OMMMMo OS: macOS 14.5 2…
-
### Current Behavior
The generated completer is faulty. For `open` and `mime` subcommands it only complete options and will not complete paths, and completes nothing if the current word doesn't match…
-
### System Info
System:
OS: macOS 14.5
CPU: (10) arm64 Apple M1 Max
Memory: 756.38 MB / 64.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 22.3.0 - ~/.local/state/fnm_multish…
-
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…