| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
to revert this change, prepend this to your zshrc before loading zuwu:
```zsh
if [[ "$_ZUWU_NO_STARSHIP-$_ZUWU_NO_PROMPT" == "-" ]] && [[ -f "${XDG_CONFIG_HOME:-"$HOME/.config"}/starship.toml" ]] && type "starship" >/dev/null; then
_ZUWU_NO_PROMPT=1
eval "$(starship init zsh)"
fi
```
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
When true, this command will, for ls & grep, add `--color=auto`, if no `color=` is present in the output of `which` for said commands.
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
All of these are booleans, where *only* an empty value is false:
- _ZUWU_HYPERFAST: Attempt to load shell as fast as possible without too many compromises
- _ZUWU_NO_STARSHIP: Skip starship detection
- _ZUWU_NO_PROMPT: Don't set a prompt
Additionally, we create a .zshenv for the user if it doesnt exist
|
|
|
|
| |
to 70
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|