Zsh
The Z shell (Zsh) is an extended Bourne shell with a large number of improvements and additional features.
Here are 5,879 public repositories matching this topic...
-
Updated
Mar 20, 2022 - Rust
-
Updated
Mar 15, 2022 - Shell
The problem
Users installing Spaceship via homebrew don't know they have to add following lines to their .zshrc
:
autoload -U promptinit; promptinit
prompt spaceship
Describe the solution you'd like
Homebrew has to report a caveat with this information. Here's an example how they do that with nvm
formula: https://github.com/Homebrew/homebrew-core/blob/23f6654873c
% 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
Sanity checks
- My issue relates to a specific CLI completion spec (e.g.
git checkout
is missing options ingit
completion spec). If your issue is more general, please create your issue here: withfig/fig - I have searched [github.com/withfig/autocomplete/issues](https://gi
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
Feb 17, 2022 - Shell
-
Updated
Mar 18, 2022 - Go
-
Updated
Feb 26, 2022
-
Updated
Feb 20, 2022 - JavaScript
-
Updated
Mar 16, 2022 - Python
-
Updated
Mar 9, 2022 - Rust
-
Updated
Feb 4, 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
Mar 18, 2022 - Shell
-
Updated
Mar 20, 2022 - Go
-
Updated
Mar 15, 2022 - Shell
-
Updated
Feb 16, 2022 - Python
-
Updated
Feb 27, 2022 - TypeScript
I'm happy to announce that I'll be writing the second edition of Data Science at the Command Line (O'Reilly, 2014). This issue explains why I think a second edition is needed, lists what changes I plan to make, and presents a tentative outline. Finally, I have a few words about the process and giving feedback.
Why a second edition?
While the command line as a technology and as a way of w
Created by Paul Falstad
Released 1990
- Repository
- zsh-users/zsh
- Website
- www.zsh.org
- Wikipedia
- Wikipedia
Many systems don't link
python
topython3
. Debian even maintains it's wrong for their packages to expectpython
to work: