- 11 Dec, 2020 1 commit
-
-
Marc Cornellà authored
Antigen doesn't call `compinit` until the user prompt is about to be shown, which means `_cache_invalid` isn't automatically autoloaded. This patch fixes that, though we should work towards a better caching mechanism. Fixes #9490
-
- 10 Dec, 2020 3 commits
-
-
Marc Cornellà authored
BREAKING CHANGE: the git config option to skip running `git_prompt_info` has changed from `oh-my-zsh.hide-status` to `oh-my-zsh.hide-info` (#9188).
-
Bruno Borges authored
Show the remote branch the local branch is tracking if `ZSH_THEME_GIT_SHOW_UPSTREAM` is set, like so: `ZSH_THEME_GIT_SHOW_UPSTREAM=1`. Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Marc Cornellà authored
-
- 09 Dec, 2020 4 commits
-
-
Marc Cornellà authored
BREAKING CHANGE: in `common-aliases`, the `fd` alias won't be defined if `fd` is installed (https://github.com/sharkdp/fd).
-
Marc Cornellà authored
-
Rohit Goswami authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Mark Mercado authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 08 Dec, 2020 1 commit
-
-
Joseph Heyburn authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 07 Dec, 2020 6 commits
-
-
Marc Cornellà authored
-
ratijas authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Veesar authored
-
Marc Cornellà authored
BREAKING CHANGE: the `upgrade_oh_my_zsh` function now calls `omz update` directly.
-
Marc Cornellà authored
Also fixed a call to a defunct display:type-header function in displaying breaking changes.
-
Marc Cornellà authored
Fixes #9495
-
- 05 Dec, 2020 1 commit
-
-
赵崇延 authored
-
- 04 Dec, 2020 3 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 03 Dec, 2020 1 commit
-
-
Stimim Chen authored
check_output() in get_tagname_or_hash() returns bytes instead of str in python3. Decode the return value to utf-8, this works in both python2 and python3. Co-authored-by: Stimim Chen <stimim@google.com>
-
- 02 Dec, 2020 1 commit
-
-
Marc Cornellà authored
I used _ which is a convention in other languages, but in shell scripting $_ is a special variable set by the shell, and in Zsh versions older than 5.0.6 it complains for being a `read-only variable`. Fixes #9482
-
- 01 Dec, 2020 1 commit
-
-
Marc Cornellà authored
-
- 30 Nov, 2020 4 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 26 Nov, 2020 1 commit
-
-
Marc Cornellà authored
-
- 25 Nov, 2020 1 commit
-
-
Marc Cornellà authored
-
- 22 Nov, 2020 1 commit
-
-
Eugéne Roux authored
-
- 20 Nov, 2020 2 commits
-
-
Mohamed El Mouctar Haidara authored
-
Septs authored
-
- 19 Nov, 2020 2 commits
-
-
Felipe Contreras authored
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-
Roman Danyk authored
-
- 12 Nov, 2020 2 commits
-
-
ratijas authored
-
Alisson B. Santos authored
-
- 11 Nov, 2020 2 commits
-
-
Subhaditya Nath authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Rob Vadai authored
-
- 10 Nov, 2020 3 commits
-
-
Marc Cornellà authored
* fix(aws): don't duplicate aws_prompt_info function in RPROMPT * refactor(aws): clean up logic in acp function and fix session duration input Fixes #9409
-
Nacho González-Garilleti authored
Add a description about adding thefuck to the plugins list
-
aimuz authored
Returns the battery charge consistent with the system battery manager
-