- 05 Jan, 2021 1 commit
-
-
Konfekt authored
Co-authored-by:Marc Cornellà <marc.cornella@live.com>
-
- 04 Jan, 2021 3 commits
-
-
Marc Cornellà authored
BREAKING CHANGE: the key binding to open an editor to edit the command line has been moved from being `v` (press v once) to being `vv` (press v twice). Now, the action for `v` is the default `visual-mode`, as is in Vim. Fixes #9573
-
Marc Cornellà authored
Fixes #9570
-
Marc Cornellà authored
-
- 03 Jan, 2021 1 commit
-
-
Gabriel Corral authored
- Added follow redirects curl flag to fix the 301 response - Updated trusted users URL format - Changed from `pgp.mit.edu` keyserver to `keyserver.ubuntu.com` keyserver
-
- 02 Jan, 2021 3 commits
-
-
Marc Cornellà authored
-
Robert Estelle authored
-
Paul Robert Lloyd authored
It wasn’t clear where I should set the `NVM_AUTOLOAD` variable. The clue was to be found in [the docs for another plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fzf). It seems setting values need to come before Oh My Zsh is sourced. Updated read me to reflect this, and the fact that one of the settings mentioned is specific to nvm, not this plugin.
-
- 01 Jan, 2021 2 commits
-
-
Peter Babič authored
Closes #8932
-
YantaoZhao authored
-
- 31 Dec, 2020 1 commit
-
-
hjpotter92 authored
Co-authored-by:Marc Cornellà <marc.cornella@live.com>
-
- 30 Dec, 2020 1 commit
-
-
Josh E. Roberts authored
BREAKING CHANGE: changes deprecated `brew cask reinstall $(...)` alias to use `brew upgrade --cask` instead. If you don't have this command, run `brew update` to get the latest Homebrew CLI version. Co-authored-by:jakepez <jake@findjake.com>
-
- 27 Dec, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #9548
-
- 16 Dec, 2020 1 commit
-
-
Roman Perepelitsa authored
*Bugs* The following bugs have been fixed: - All generators ignored errors from external commands. For example, if `/usr/share/dict/words` was unreadable, `genpass-xkcd` would print "0-" as a password and return success. - All generators silently ignored the argument if it wasn't a number. For example, `genpass-apple -2` was generating one password and not printing any errors. - All generators silently ignored extra arguments. For example, `genpass-apple -n 2` was generating one password and not printing any errors. - `genpass-xkcd` was generating passwords with less than 128 bits of security margin in contradiction to documentation. The smaller the dictionary size, the weaker the passwords it was generating. For a dictionary with 27 words, `genpass-xkcd` was generating passwords with 93 bits of security margin (`log2(27!)`). - The source of random data used by `genpass-xkcd` was not cryptograph...
-
- 14 Dec, 2020 3 commits
-
-
Patrick Harrison authored
"paste" on macOS requires a '-' to signify that the standard input is used. Without the '-' character, the command errors out.
-
Marc Cornellà authored
-
Patrick Harrison authored
"shuf" is not a standard command on MacOS and requires installation of the brew coreutils package
-
- 13 Dec, 2020 2 commits
-
-
Matt Lewin authored
-
Aaron Toponce authored
-
- 12 Dec, 2020 1 commit
-
-
Aaron Toponce authored
-
- 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 1 commit
-
-
Marc Cornellà authored
-
- 09 Dec, 2020 3 commits
-
-
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 2 commits
-
-
ratijas authored
Co-authored-by:Marc Cornellà <marc.cornella@live.com>
-
Veesar authored
-
- 05 Dec, 2020 1 commit
-
-
赵崇延 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>
-
- 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 1 commit
-
-
Subhaditya Nath authored
Co-authored-by:Marc Cornellà <marc.cornella@live.com>
-