-
Updated
Apr 22, 2022 - Shell
Zsh
The Z shell (Zsh) is an extended Bourne shell with a large number of improvements and additional features.
Here are 5,995 public repositories matching this topic...
-
Updated
Apr 22, 2022 - Rust
-
Updated
Apr 3, 2022 - Shell
Sanity checks
- My issue relates to a specific CLI completion spec (e.g.
git checkoutis missing options ingitcompletion spec). If your issue is more general, please create your issue here: withfig/fig - I have searched [github.com/withfig/autocomplete/issues](https://gi
% tests/generate.zsh '{ a=42 }' main block-assignment-no-command
Set copyright year to 2022? y
BUFFER=$'{ a=42 }'
expected_region_highlight=(
'1 1 reserved-word' # {
'3 6 assign' # a=42
'5 6 default' # 42
'8 8 unknown-token' # }
)That's a valid command so the final } should be a reserved-word.
-
Updated
Apr 23, 2020 - Shell
Thanks a ton for any helpful feedback
I need help with getting best quality GIFs.
I am not used to CSS syntax so it would be amazing if you add a lot of example config.yml files. Also, try adding config.yml files for the GIFs you are displaying in your README.md. They look fantastic. I have spent hours trying to get perfect GIF but no luck.
I don't know what value to give for shadow
-
Updated
Apr 21, 2022 - Shell
-
Updated
Apr 22, 2022 - Go
-
Updated
Feb 26, 2022
-
Updated
Apr 6, 2022 - JavaScript
-
Updated
Apr 22, 2022 - Rust
-
Updated
Apr 22, 2022 - Python
-
Updated
Apr 22, 2022 - Go
-
Updated
Apr 21, 2022 - Shell
The current instructions: README.md#oh-my-zsh, suggest to add zsh-completions to plugins and rerun compinit.
But that's sub-optimal. This will cause Zsh to rebuild the completion cache twice on each Zsh invocation: The first when you source oh-my-zsh, and the second time whe
-
Updated
Apr 15, 2022 - Shell
-
Updated
Mar 15, 2022 - Shell
-
Updated
Mar 22, 2022 - Python
-
Updated
Feb 27, 2022 - TypeScript
Created by Paul Falstad
Released 1990
- Repository
- zsh-users/zsh
- Website
- www.zsh.org
- Wikipedia
- Wikipedia
The problem
Users installing Spaceship via homebrew don't know they have to add following lines to their
.zshrc:Describe the solution you'd like
Homebrew has to report a caveat with this information. Here's an example how they do that with
nvmformula: https://github.com/Homebrew/homebrew-core/blob/23f6654873c