- 23 Apr, 2018 1 commit
-
-
Marc Cornellà authored
Fixes #6757
-
- 22 Apr, 2018 22 commits
-
-
Sean Abraham authored
* Make steef much faster by not printing all history each time * Use whence -c to expand shell functions as well * Use $2 (expanded command about to be ran)
-
Julian Laubstein authored
-
Terrance Kennedy authored
* Refactor pyenv plugin to use PATH
-
Marc Cornellà authored
Closes #4086
-
Andrew Janke authored
-
Marc Cornellà authored
Closes #3642
-
Andrew Janke authored
-
Andrew Janke authored
NOTE: The scrapper was previously included, but due to the website it scrapped being dead it's no longer useful. See #3642 for the code. Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Marc Cornellà authored
Enhance history alias
-
Marc Cornellà authored
This fixes the old behavior which made it so all duplicates would be deleted if the command history filled up with unique events. > You should be sure to set the value of HISTSIZE to a larger number > than SAVEHIST in order to give you some room for the duplicated > events, otherwise this option will behave just like HIST_IGNORE_ALL_DUPS > once the history fills up with unique events.
-
Marc Cornellà authored
The option inc_append_history already has the same effect.
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
This commit changes the history alias into a function which puts the passed arguments before `-l 1`. It also provides a temporary workaround to the lack of a `history -c` command in zsh. For more information see issues 739 and 789.
-
Marc Cornellà authored
Refactor zsh_reload plugin
-
Marc Cornellà authored
-
Marc Cornellà authored
`source ~/.zshrc` is a bad practice, it doesn't make sure that the full zsh session is reloaded and it may have side effects. Use `$SHELL` as the path to zsh if it exists (this will fix edge cases where the zsh used is not the first on $PATH). Otherwise, use `zsh`.
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 21 Apr, 2018 1 commit
-
-
Chris Fleming authored
* Always try and start gpg-agent, with --use-standard-socket it will try and use a standard socket directory. It won't start multiple agents if agent is already running. In addition, XDG_RUNTIME_DIR isn't always set * ssh socket if broken if --daemon is run again, so onky start if we don't have a socket * Removed unnecessary allocation of GPG_SSH_AUTH_SOCK
-
- 19 Apr, 2018 2 commits
-
-
Marc Cornellà authored
* [rkj-repos] Make `hg prompt` check less strict Move the `hg prompt` check inside the hg_prompt_info function so that it returns an empty string if hg-prompt isn't installed. Fixes #6743. * [rkj-repos] Check for hg in `hg prompt` function
-
Marc Cornellà authored
Co-authored-by: Profpatsch <mail@profpatsch.de>
-
- 17 Apr, 2018 2 commits
-
-
Marc Cornellà authored
Quick fix to the script not finding git due to hash. Solves #6697.
-
安正超 authored
-
- 15 Apr, 2018 12 commits
-
-
Darius Grigalevicius authored
-
Marc Cornellà authored
Close #5268.
-
Marc Cornellà authored
-
Artem Pyankov authored
-
Artem Pyankov authored
-
Artem Pyankov authored
-
Erwan ROUSSEL authored
-
Marc Cornellà authored
-
Marc Cornellà authored
Closes #2552.
-
Philippe Proulx authored
-
Donncha Ó Cearbhaill authored
The git:// transport is completely unauthenticated. An attacker on the local or upstream network can easily man-in-the-middle an oh-my-zsh update and get remote code execution on your system. Only the https:// git transport should be used.
-
Jacopo De Simoi authored
If @{u} is not defined, git rev-list will give an error; redirect to stderr the error and deal with this case in what follows.
-