summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-03bundler: format aliases table and clean up README (#9300)Sandip Subedi
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-10-03Add completion plugin for IPFS (InterPlanetary File System) (#4737)Angel Ramboi
2020-10-03Add sublime-merge plugin (#7228)Amir Masoud Abdol
2020-10-01pip: move plugin cache to XDG folder (#9299)Goose
2020-09-30Remove redundant bashcompinit callsMarc Cornellà
Fixes #9246
2020-09-30terraform: add tf Alias (#8206)Andrew Babichev
2020-09-29minikube: fix spelling (#9270)Olivier Lemasle
2020-09-29lib: support simple terminal in title functionMarc Cornellà
Fixes #9295
2020-09-29composer: autoload cache functionsMarc Cornellà
Fixes #9236
2020-09-28lib: support alacritty $TERM in title functionMarc Cornellà
2020-09-28brew: add alias for brew to avoid upgrading casks (#9280)Pierre-Luc Paour
2020-09-28bgnotify: use $2 in preexec hook if $1 is emptyMarc Cornellà
Fixes #5803
2020-09-27lib: correct :q syntax in title function for clarityMarc Cornellà
2020-09-26Fix image alignmentMarc Cornellà
2020-09-26Right-align table in READMEMarc Cornellà
2020-09-26A few README tweaksMarc Cornellà
2020-09-26laravel5: clean upMarc Cornellà
2020-09-26agnoster: allow disabling AWS prompt with SHOW_AWS_PROMPT=falseMarc Cornellà
Fixes #8040
2020-09-26lib: clean up zsh_stats functionMarc Cornellà
2020-09-26avit: reenable use of $fg instead of prompt sequence colors to fix weird bugMarc Cornellà
Fixes #9232
2020-09-20random: add ZSH_THEME_RANDOM_QUIET settingMarc Cornellà
Fixes #9180 Co-authored-by: James Eapen <jamespeapen@gmail.com>
2020-09-18docker: document option-stacking settingMarc Cornellà
Fixes #9266
2020-09-18Remove racially-charged language from the codebaseMarc Cornellà
The ZSH_THEME_RANDOM_BLACKLIST variable will be deprecated until it's removed 2 months from now.
2020-09-14brew: replace deprecated brew cask outdated command (#9253)Alessandro
2020-09-14docs: fix small typo in README (#9255)0xflotus
2020-09-12meta: change support labelMarc Cornellà
2020-09-12meta: change feature labelMarc Cornellà
2020-09-09pyenv: run pyenv init with --no-rehash (#8917)Randall Leeds
Add --no-rehash to the pyenv init command, which was removed in [#4492]. The rehash was likely disabled because it can affect shell startup times. It should only be necessary when installing or removing Python versions. See [pyenv/pyenv#784] and [sorin-ionescu/prezto#1603] for more detail. [#4492]: https://github.com/ohmyzsh/ohmyzsh/pull/4492 [pyenv/pyenv#784]: https://github.com/pyenv/pyenv/issues/784 [sorin-ionescu/prezto#1603]: https://github.com/sorin-ionescu/prezto/pull/1603
2020-09-09wd: update to latest version (v0.5.0) (#9244)Atk
2020-09-09update: return git error code on failure (#9238)Lucas Larson
Fixes #9237
2020-09-04fzf: setup FZF_DEFAULT_COMMAND based on installed tools (#8895)Alessandro Martini
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-09-04sublime: add Sublime Text 4 path for macOSMarc Cornellà
Fixes #9153
2020-09-04common-aliases: lazily assign $BROWSER, $EDITOR and $XIVIEWER in ext aliasesMarc Cornellà
Fixes #9212
2020-09-04lib: treat _ and - as part of a wordMarc Cornellà
Fixes #8743
2020-09-04init: define $ZSH if not definedMarc Cornellà
Closes #9223
2020-09-03Add sponsor buttonMarc Cornellà
2020-09-02fishy: fix one-level directory bug and bad array assignment in zsh 5.0.1Marc Cornellà
2020-09-01Remove perl dependencyMarc Cornellà
2020-09-01chuck-norris: remove some CN quotes and fix formatting (#9220)Daniel Dugovic
2020-08-29pygmalion: use pure zsh instead of perl (#9210)Florian Klink
My system doesn't have `perl` in $PATH, so using this theme clutters the shell output quite a bit. Turns out, the same thing can be accomplished in pure zsh (with extendedglob). Co-Authored-By: Marc Cornellà <marc.cornella@live.com>
2020-08-28vagrant-prompt: replace `grep -P` call with sed and clean upMarc Cornellà
Fixes #9207
2020-08-27scd: update to 1.4.0 (#9066)Pavol Juhas
2020-08-24zsh_reload: use $SHELL to reload zsh only if it's a zsh shell (fixes #9054)Marc Cornellà
2020-08-23sudo: keep space before the command to ignore it in the history (#9178)daddeffe
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-08-23Update README with new update command (#9203)Kirill Suslov
Note: `upgrade_oh_my_zsh` is deprecated. Use `omz update` instead.
2020-08-22Remove missing screenshots from kube-ps1 READMEhasheddan
Removes missing screenshots from README for kube-ps1 plugin. Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2020-08-20docs: document oneline argument passing to install scriptMarc Cornellà
2020-08-20docs: add fetch install command for FreeBSD (#9172)Adam G. Emerson
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-08-20meta: don't apply support label on bug reportsMarc Cornellà
Enough users have complained about the bug label not being applied instead. If there is no label applied this won't be complained about so often.
2020-08-18Remove zsh session restart on omz update and upgrade_oh_my_zshMarc Cornellà