1
0
Fork 0

Commit graph

  • a54148a43e
    fix(init): rename function f due to clash with f alias (#10260) Marc Cornellà 2021-10-04 17:51:22 +02:00
  • 714399a7c3
    feat(git): add gccd alias to clone and cd into git repository (#8220) fanuch 2019-10-06 13:19:14 +11:00
  • 568584a9f5
    fix(per-directory-history): fix use of global history on shell start (#9008) Marc Cornellà 2021-10-04 17:14:34 +02:00
  • be4a952972
    feat(cli)!: add omz reload command and deprecate zsh_reload plugin (#9078) Monson Shao 2020-07-03 12:16:58 +08:00
  • 56ab66b194
    docs(python): update README to include new py alias (#9995) Dani Torramilans 2021-10-04 15:57:03 +02:00
  • 717ece07ef
    feat(mercurial): add hg log aliases (#9979) TheTechRobo 2021-10-04 09:55:18 -04:00
  • d304635b8c
    feat(yarn): add ylnf alias to fix linting problems (#9219) Emilien Escalle 2021-10-04 13:07:55 +02:00
  • 5dbb30342e
    feat(yarn): update completion from zsh-completions (73505e4) Marc Cornellà 2021-10-04 12:45:59 +02:00
  • a3289c11f6
    feat(docker-compose): update completion (4fa72a0, 2021-01-19) Marc Cornellà 2021-10-04 12:02:08 +02:00
  • c396efbee3
    fix(docker-compose): support Compose V2 docker compose command (#10248) Marc Cornellà 2021-10-04 11:26:39 +02:00
  • 30d441713c
    feat(updater): check if there are updates before prompting (#8387) Marc Cornellà 2021-09-30 17:56:02 +02:00
  • 0120749a54
    feat(updater): add mode to only remind you to update when it's time (#10187) Marc Cornellà 2021-09-30 17:22:04 +02:00
  • 3c9743313c
    refactor(updater): change auto-update settings to use zstyle Marc Cornellà 2021-09-30 17:20:22 +02:00
  • adef0e6081
    feat(git): run gitk in the background in gk and gke aliases (#9657) Nikolas Garofil 2021-10-04 10:43:13 +02:00
  • 7152a94280
    feat(init): show error and process tree if OMZ is loaded from non-zsh shells (#10234) Marc Cornellà 2021-10-04 10:34:13 +02:00
  • c6c364317d fix(pyenv): fix pyenv-virtualenv detection under macOS. Kaede Hoshikawa 2021-10-03 16:18:33 +09:00
  • 3c209b00d6
    feat(cli): show current theme in omz theme list Marc Cornellà 2021-09-30 15:41:25 +02:00
  • 72b8f0b73b
    fix(half-life): fix prompt color bleeding and code clean up (#10085) Marc Cornellà 2021-09-30 15:23:11 +02:00
  • 5f99eb5afd
    fix(cli): get branch and tags from OMZ folder in omz changelog completion Marc Cornellà 2021-09-30 10:18:53 +02:00
  • 54783f66b8
    feat(juju): add plugin for Juju (juju.is) (#10075) Leon 2021-09-29 12:09:02 -04:00
  • c7a55086e1
    feat(lib): don't correct su command arguments (#10214) Celestino Gomes 2021-09-29 13:07:25 -03:00
  • 54e3e8ef54
    fix(lib): fix automatic title abort inside Emacs (#10124) Marc Cornellà 2021-09-29 17:19:25 +02:00
  • de76f7cb49 fix(emacs): correctly pass arguments to emacsclient when $2 is stdin Marc Cornellà 2021-09-28 12:34:44 +02:00
  • 2acae3797b fix(emacs): assess if there are open frames of the expected type Marc Cornellà 2021-09-28 12:30:29 +02:00
  • 27dcca5967 refactor(emacs): simplify emacsclient wrapper code Marc Cornellà 2021-09-28 10:10:43 +02:00
  • b37114b4d5 refactor(emacs): remove dependency on require_tool.sh and clean up code style Marc Cornellà 2021-09-27 18:08:12 +02:00
  • a42db12085
    refactor(archlinux)!: remove yaourt support (#9713) nowshed-imran 2021-03-06 16:50:12 +06:00
  • 4ae5bdebc3
    fix(osx): only run Preview.app in man-preview if man page exists (#10222) April King 2021-09-28 04:40:31 -05:00
  • 33c86fe80b
    fix(init): detect and abort on non-zsh shell execution of Oh My Zsh Marc Cornellà 2021-09-28 11:29:42 +02:00
  • 93ad3a8821
    docs(vi-mode): document $KEYTIMEOUT issue (#9588) Marc Cornellà 2021-09-27 11:46:42 +02:00
  • 2ea1fa6cbf
    fix(init): fix division by 0 error (#10213) Marc Cornellà 2021-09-24 16:50:00 +02:00
  • 57e8c959a0
    style(installer): use rainbow logo and polish success message (#10211) Marc Cornellà 2021-09-23 18:28:34 +02:00
  • d87f29f564
    refactor(vim-interaction): clean up code and open gvim instance if none open (#10209) Marc Cornellà 2021-09-23 12:33:37 +02:00
  • 5b3d2b2f0c
    Revert "feat(archlinux): add cleanup aliases to yaourt and yay (#10184)" Marc Cornellà 2021-09-22 11:58:23 +02:00
  • 16de514047
    feat(lib): allow setting custom completion dots sequence (#9424) Simon Rogers 2020-11-05 10:40:45 +00:00
  • 3e4b520190
    refactor(django)!: deprecate plugin in favor of Zsh's django completion Marc Cornellà 2021-09-22 10:36:28 +02:00
  • 098bcda691
    feat(update): allow updating from branch set up on install Marc Cornellà 2021-09-09 12:57:59 +02:00
  • 7ded6752fd feat(jsontools): add tools to pretty print json-lines (ndjson) (#10176) Eduardo Flores 2021-09-10 17:52:00 -05:00
  • b590939637 refactor(jsontools): move to functions, align is_json tool to return exit code Marc Cornellà 2021-09-20 19:58:34 +02:00
  • f9d9d33ba4 refactor(jsontools): restructure and simplify logic Marc Cornellà 2021-09-20 19:57:04 +02:00
  • a4e68967a4
    feat(lando): add support for php command (#10146) Joshua Bedford 2021-09-17 16:36:27 -05:00
  • 4d7f0cfb47
    docs(kubectx): fix README sample code syntax (#10199) Ken Crawford 2021-09-17 17:33:12 -04:00
  • eba3be243f
    feat(archlinux): add cleanup aliases to yaourt and yay (#10184) Al-Amin Ahamed 2021-09-18 03:31:56 +06:00
  • b79726b1c3
    fix(update): silence typeset calls in upgrade.sh script (#10048) Marc Cornellà 2021-09-15 19:06:51 +02:00
  • 4bd5d03e51
    feat(golang): add goga alias to install dependencies in current directory, recursively (#7786) Tristan Messner 2019-04-21 20:20:23 -04:00
  • 29ec52602f
    feat(golang): add gota to test current directory recursively (#8974) Muhammad Zahalqa 2021-09-16 17:44:35 +03:00
  • 93b557e291
    style(core): make alternative cache directory equivalent to Arch Linux package Marc Cornellà 2021-09-15 20:45:26 +02:00
  • 8784e88552
    fix(core): use $HOME/.cache if default cache dir is non-writable (#10193) Marc Cornellà 2021-09-15 20:38:54 +02:00
  • eb2eacaf0c
    refactor(plugins): remove old generated completion files Marc Cornellà 2021-09-15 18:47:51 +02:00
  • d2269180b0
    fix(core): move plugin-generated completion files to $ZSH_CACHE_DIR/completions Marc Cornellà 2021-09-15 18:41:44 +02:00
  • 4e6e49652b
    fix(plugins): fix _comps error in completion generation plugins (#10190) Marc Cornellà 2021-09-15 18:18:25 +02:00
  • c21ff38b8f
    fix(docker): remove unwanted asterisk in completed docker commands Marc Cornellà 2021-09-15 17:44:36 +02:00
  • 735808f48d
    Revert "feat(ssh-agent): only start ssh-agent once (#5359)" Marc Cornellà 2021-09-10 18:01:43 +02:00
  • 81edb03c52
    fix(copybuffer): define CTRL+O binding for all keymaps (#6442) Marc Cornellà 2021-09-10 17:06:24 +02:00
  • 358ac6a141
    fix(cp): add unique suffix to rsync backup directory for each user (#10170) Xuehai Pan 2021-09-10 04:18:09 +08:00
  • aa6e932b06
    fix(vim-interaction): look up the newest GVim instance (#9095) Jóhann Friðriksson 2021-09-09 19:31:01 +02:00
  • 130f35fcb2
    feat(git): add gdu alias to diff against upstream (#8721) Claas Augner 2021-09-09 19:16:15 +02:00
  • 450acc0113
    fix: automatically create completion for cargo and rustup plugins (#10087) Carlo Sala 2021-09-07 20:02:20 +02:00
  • 37a60eebc1
    chore(changelog): fix first-letter uppercase in breaking change messages Marc Cornellà 2021-09-07 17:13:46 +02:00
  • f341c8c206
    feat(changelog): print BREAKING CHANGE messages in a prettier way Marc Cornellà 2021-09-07 17:08:46 +02:00
  • af271c9e38
    feat(git-auto-fetch): add date to git-auto-fetch log file (#10021) Moshe Avni 2021-09-06 18:56:39 +03:00
  • ab8b9913cb
    fix(git-auto-fetch): cancel fetch if we don't have permission over git folder (#10010) Xuehai Pan 2021-09-06 23:46:56 +08:00
  • 5a4159cd29
    fix(git)!: rename git mergetool aliases to gmtl* (#9154) Marc Cornellà 2021-09-06 13:25:35 +02:00
  • 7336ebcd8f
    feat(changelog): change style of BREAKING CHANGES header Marc Cornellà 2021-09-06 13:30:16 +02:00
  • 97b4ab76b8
    fix(chruby): fix typo in test for Homebrew path (#9887) Michael J. Cohen 2021-09-06 05:31:56 -04:00
  • 4d5bfe4c69
    feat(autojump): add new Homebrew default path on M1 Macs (#9637) Julian Horsch 2021-09-06 11:30:28 +02:00
  • a15ac80bba
    feat(gcloud): add Mac M1 Homebrew path (#10143) Gijs Key 2021-09-06 11:28:32 +02:00
  • a5850d441b
    feat(git): change from commiter to author in git log aliases (#9670) Neil Girdhar 2021-09-06 05:21:44 -04:00
  • 19710a2d17
    fix(pyenv): do not warn if PYENV_ROOT is undefined (#10162) Terry 2021-09-06 18:02:19 +09:30
  • 1b03896a0e
    feat(pyenv): don't load pyenv-virtualenv with ZSH_PYENV_VIRTUALENV=false Marc Cornellà 2021-09-03 12:56:00 +02:00
  • 823be4ef5f
    feat(pyenv): silence bad config warning with ZSH_PYENV_QUIET=true Marc Cornellà 2021-09-03 12:53:33 +02:00
  • c08fb77c2f
    fix(pyenv): properly load pyenv shims and warn of broken configuration Marc Cornellà 2021-09-03 12:44:01 +02:00
  • 53b54f5faa
    feat(git): guess main branch name also from remotes (#10158) Vitaly Polonetsky 2021-09-03 02:43:53 -07:00
  • 21b385e7bd
    fix(frontend-search): fix codepen.io search (#10157) Marc Cornellà 2021-09-02 12:29:04 +02:00
  • 190325049e
    fix(sudo): allow different $EDITOR settings and fix zsh-syntax-highlighting redraw Marc Cornellà 2021-08-19 18:20:57 +02:00
  • a1847dc860
    style(sudo): apply main style guide indentation Marc Cornellà 2021-08-19 17:20:52 +02:00
  • 4a69ee575c
    feat(ssh-agent): allow specifying absolute path to identities Marc Cornellà 2021-08-26 15:52:09 +02:00
  • 0c590aba74
    fix(git): fix gbda alias when there are no merged branches (#10005) wl2776 2021-08-27 19:07:19 +03:00
  • 3f0672ff94
    refactor(ssh-agent): clean up and reorganize code Marc Cornellà 2021-08-26 12:40:16 +02:00
  • 7692881d2a
    feat(ssh-agent): only start ssh-agent once (#5359) Marc Cornellà 2021-08-26 12:14:53 +02:00
  • 5a9d9553cd
    feat(ssh-agent): allow using external helper to ask for passwords (#7631) Simone Gaiarin 2021-08-26 11:42:17 +02:00
  • c47ac2d86d
    feat(mlh): let users configure the official MLH theme (#9997) Bartek Pacia 2021-08-25 10:25:26 +02:00
  • e13ff75f38
    fix(kubectx): show plain context if not mapped (#10134) Mattias Öhrn 2021-08-24 19:19:29 +02:00
  • 6d5b8484ce
    fix(suse): avoid refresh attempts for Zypper queries (#9798) Ilya Bizyaev 2021-08-20 13:25:58 +03:00
  • cbb534267a
    feat(cli): add theme set subcommand to change theme in .zshrc Marc Cornellà 2021-08-18 16:57:56 +02:00
  • 8dedf26294
    style(cli): print usage messages to stderr Marc Cornellà 2021-08-18 12:50:22 +02:00
  • b85e1dd5d6
    fix(pyenv): fix for checking if pyenv-virtualenv is installed Marc Cornellà 2021-08-18 11:47:50 +02:00
  • 10f3e0d4d4
    docs(pyenv): document necessity to logout after PATH settings Marc Cornellà 2021-08-18 11:43:29 +02:00
  • 7a4f4ad91e
    fix(lib): fix clipboard copy on Termux Marc Cornellà 2021-08-17 17:38:31 +02:00
  • ad1837859b
    fix(updater): fix reset ANSI escape code for resetting underline format Marc Cornellà 2021-08-17 16:35:42 +02:00
  • bc7ce982dd
    style(cli): fill rows in column output in theme and plugin list commands Marc Cornellà 2021-08-17 12:53:09 +02:00
  • bf888680ea
    refactor(cli): extract substitution awk script in plugin disable Marc Cornellà 2021-08-17 12:38:48 +02:00
  • 708bbe12c5
    fix(cli): fix multiple errors in plugin disable/enable Marc Cornellà 2021-08-17 12:31:37 +02:00
  • 4455c13e06
    feat(cli): add subcommands for plugin enable and disable (#9869) pollyduan 2021-08-17 18:10:54 +08:00
  • 33847956d9
    fix(colemak): remove lesskey usage in less v582 and newer (#10102) Marc Cornellà 2021-08-17 09:37:01 +02:00
  • 11e22ed0b5
    docs(dirhistory): document keyboard shortcut conflict with Windows Terminal Marc Cornellà 2021-08-14 22:54:07 +02:00
  • 7c5ab01a5f
    fix(changelog): also display commits from merged branches Marc Cornellà 2021-08-14 22:41:48 +02:00
  • 0b809c8dc5
    Merge branch 'refactor/extract-plugin' Marc Cornellà 2021-08-14 22:37:23 +02:00
  • 0b32e4b25f
    style(extract): adopt main code style guide and refactor variables Marc Cornellà 2021-08-14 22:03:41 +02:00
  • 10a00085d0
    fix(extract): don't push entries to dirstack when extracting rpm and deb files Marc Cornellà 2021-08-14 22:05:48 +02:00