Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-03 | Add sublime-merge plugin (#7228) | Amir Masoud Abdol | |
2020-10-01 | pip: move plugin cache to XDG folder (#9299) | Goose | |
2020-09-30 | Remove redundant bashcompinit calls | Marc Cornellà | |
Fixes #9246 | |||
2020-09-30 | terraform: add tf Alias (#8206) | Andrew Babichev | |
2020-09-29 | minikube: fix spelling (#9270) | Olivier Lemasle | |
2020-09-29 | composer: autoload cache functions | Marc Cornellà | |
Fixes #9236 | |||
2020-09-28 | brew: add alias for brew to avoid upgrading casks (#9280) | Pierre-Luc Paour | |
2020-09-28 | bgnotify: use $2 in preexec hook if $1 is empty | Marc Cornellà | |
Fixes #5803 | |||
2020-09-26 | laravel5: clean up | Marc Cornellà | |
2020-09-18 | docker: document option-stacking setting | Marc Cornellà | |
Fixes #9266 | |||
2020-09-14 | brew: replace deprecated brew cask outdated command (#9253) | Alessandro | |
2020-09-09 | pyenv: 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-09 | wd: update to latest version (v0.5.0) (#9244) | Atk | |
2020-09-04 | fzf: setup FZF_DEFAULT_COMMAND based on installed tools (#8895) | Alessandro Martini | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-09-04 | sublime: add Sublime Text 4 path for macOS | Marc Cornellà | |
Fixes #9153 | |||
2020-09-04 | common-aliases: lazily assign $BROWSER, $EDITOR and $XIVIEWER in ext aliases | Marc Cornellà | |
Fixes #9212 | |||
2020-09-01 | Remove perl dependency | Marc Cornellà | |
2020-09-01 | chuck-norris: remove some CN quotes and fix formatting (#9220) | Daniel Dugovic | |
2020-08-28 | vagrant-prompt: replace `grep -P` call with sed and clean up | Marc Cornellà | |
Fixes #9207 | |||
2020-08-27 | scd: update to 1.4.0 (#9066) | Pavol Juhas | |
2020-08-24 | zsh_reload: use $SHELL to reload zsh only if it's a zsh shell (fixes #9054) | Marc Cornellà | |
2020-08-23 | sudo: keep space before the command to ignore it in the history (#9178) | daddeffe | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-08-05 | wd: fix permissions | Marc Cornellà | |
2020-08-05 | wd: update to latest version | Marc Cornellà | |
https://github.com/mfaerevaag/wd/commit/3d20d15d58b9349f872a1abab639aae02374f64c Fixes #9002 | |||
2020-08-04 | pyenv: ignore $PATH pyenv if on WSL | Marc Cornellà | |
This solves the problem where the used pyenv is actually the one in a Windows folder, instead of in WSL. Fixes #9034 | |||
2020-08-01 | pipenv: toggle pipenv shell on startup | Marc Cornellà | |
Fixes #9136 | |||
2020-07-31 | colorize: add $ZSH_COLORIZE_CHROMA_FORMATTER config env var (#8824) | John Welsh | |
2020-07-30 | rbenv: fix current_gemset | Marc Cornellà | |
Fixes #8925 Co-authored-by: Josh Goodall <inopinatus@inopinatus.org> | |||
2020-07-18 | aws: improve check for aws_completer - unhardcode path (#9123) | Amir Tahvildaran | |
Closes #9122 The current check is assuming that the aws_completer is installed globally, it then runs the command without that path I have aws_completer in ~/.local/bin/aws_completer This changes the check to see if the command exists instead of concerning itself with where it in installed. This test matches the behavior of just running the command. | |||
2020-07-18 | battery: add acpi requirement to README (#9116) | Samuel Terra | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-07-18 | extract: add IPA to extractable filetypes (#9117) | Thi Doãn | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-07-15 | git: go back to previous main branch detection logic | Marc Cornellà | |
Fixes #9114 | |||
2020-07-14 | timer: threshold to show timers only for time-consuming commands (#8151) | Frederick Zhang | |
2020-07-14 | docker-compose: add alias for `docker-compose kill` (#8997) | Piotr Zając | |
2020-07-14 | kubectl: add alias to list pods by namespace (#8604) | Joaquín Moreira | |
2020-07-14 | httpie: add alias for https (#8032) | Alexander Schaber | |
2020-07-11 | vscode: add support for VSCodium (#9080) | Džiugas Eiva | |
Co-authored-by: Babak K. Shandiz <babak.k.shandiz@gmail.com> Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-07-11 | git: change docs for git_main_branch | Marc Cornellà | |
Also remove unnecesary dramatic remark | |||
2020-07-11 | git: better algorithm to decide what's the main branch | Marc Cornellà | |
Fixes #9103 Co-authored-by: Yufan You <ouuansteve@gmail.com> | |||
2020-07-11 | dotenv: add never option to confirmation prompt (#9102) | Jakob Hellermann | |
2020-07-09 | yarn: add alias for upgrade-interactive to the latest version (#8764) | Emilien Escalle | |
2020-07-09 | mix-fast: add decriptions to mix-fast completions (#8561) | Veit Lehmann | |
* feat(mix-fast): include desctiptions (#8561) * feat(mix-fast): improve _mix_generate (no tail, better matching) | |||
2020-07-09 | git: use `master` if it exists, otherwise use `main` | Marc Cornellà | |
See https://github.com/ohmyzsh/ohmyzsh/pull/9049#issuecomment-654537347 Co-authored-by: Yufan You <ouuansteve@gmail.com> | |||
2020-07-09 | aws: allow @ in AWS profiles (#9099) | Lutz Horn | |
Fixes #9060 by matching a `@` in the AWS profile name. | |||
2020-07-06 | sudo: make the behavior more in line with expectations (#9047) | MDHD | |
2020-07-03 | git: change main branch naming scheme (#9049) | Adam Vandover | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-07-01 | gradle: force `--console plain` for tasks cache generation (#8731) | Konstantin Gribov | |
Fixes #8730 | |||
2020-06-30 | encode64: fix typo in README (#9052) | Hélio | |
2020-06-25 | Add new mvn alias for `mvn fmt:format` (#9053) | Fatih Ergüven | |
* mvn: add mvnfmt alias * mvn: update README.md | |||
2020-06-23 | archlinux: fix pacweb breaking when multiple packages found (#9059) | Magnus Boman | |
Co-authored-by: Magnus Boman <Kattus@users.noreply.github.com> |