Age | Commit message (Expand) | Author |
2023-05-23 | fix(functions): use `command` env | Carlo Sala |
2023-03-03 | fix(lib): use `$BROWSER` in `open_command` if set (#11532) | Marc Cornellà |
2023-01-20 | feat(functions/take): make `.tgz` behave as `.tar.gz` (#11446) | Joan Marcè i Igual |
2022-05-15 | fix(lib): encode all arguments besides the first in `omz_urlencode` | Marc Cornellà |
2021-11-11 | fix(lib): fix `omz_urldecode` unsafe eval bug | Marc Cornellà |
2021-11-09 | style: use `-n` flag in `head` and `tail` commands (#10391) | Kevin Burke |
2021-08-10 | refactor(lib): refactor take functions | Marc Cornellà |
2021-08-10 | feat(lib): add `mkcd` as equivalent to `takedir` (#9749) | Marc Cornellà |
2021-06-11 | feat(take): add support to `take' for taking remote urls (#2029) | Mitchel Humpherys |
2021-01-16 | fix(lib): use -N syntax in `head` and `tail` to support Solaris (#6391) | Marc Cornellà |
2020-12-07 | feat(lib)!: soft-deprecate `upgrade_oh_my_zsh` function for everybody | Marc Cornellà |
2020-12-07 | fix(updater): don't show changelog when running unattended update (#9495) | Marc Cornellà |
2020-11-30 | fix(updater): correctly restart the zsh session when the update pulled changes | Marc Cornellà |
2020-11-30 | refactor(updater): switch to Zsh execution and fix git remote detection logic | Marc Cornellà |
2020-11-09 | fix(lib): make opts local in omz_urlencode to fix scoping bug | Marc Cornellà |
2020-09-26 | lib: clean up zsh_stats function | Marc Cornellà |
2020-08-18 | Remove zsh session restart on omz update and upgrade_oh_my_zsh | Marc Cornellà |
2020-08-17 | Fix upgrade_oh_my_zsh function deprecation | Marc Cornellà |
2020-08-04 | cli: add update command (#9094) | Dario Vladović |
2020-04-05 | lib: speed up slow parts of the lib files; other small fixes | Marc Cornellà |
2020-03-03 | lib: use `command` to run rm in upgrade function (#8696) | Marek Dědič |
2020-02-24 | lib: delete upgrade lock in upgrade_oh_my_zsh | Marc Cornellà |
2019-09-19 | Fix WSL check for WSL 2 and simplify nohup in open_command | Marc Cornellà |
2019-02-25 | lib: optimize default and env_default | Marc Cornellà |
2018-08-09 | core: fix alias_value function | Marc Cornellà |
2018-07-02 | Enable passing multiple directories to take (#6900) | sam-lunt |
2018-06-30 | open_command: fix and improve command for WSL | Marc Cornellà |
2018-06-30 | open_command: simplify code | Marc Cornellà |
2018-04-24 | Check for Microsoft's WSL in open_command (#6751) | Marc Cornellà |
2016-12-30 | 'lib/functions.zsh: Solve typos' | Patrick José Pereira |
2016-08-09 | Replace /bin/sh with sh for portability (#5291) | Fredrik Fornwall |
2015-11-30 | Use shwordsplit in open_command() | Marc Cornellà |
2015-11-30 | Add empty string parameter to start command | Marc Cornellà |
2015-11-30 | make this work in the git-for-windows SDK | Mark Ingalls |
2015-11-29 | Fix open_command nohup call | Marc Cornellà |
2015-11-27 | termsupport: protect subshell with quotes | Andrew Janke |
2015-11-27 | Drop the use of nohup on OSX for tmux compatibility | Marc Cornellà |
2015-08-17 | Merge branch 'master' into fold-terminalapp-plugin-into-termsupport | Andrew Janke |
2015-08-17 | Add a deprecation comment. | Andrew Janke |
2015-08-09 | Move urlencode/urldecode functions to core lib | Andrew Janke |
2015-08-05 | Implement cross-platform open function open_command() | Marc Cornellà |
2014-08-20 | Replace /usr/bin/env with env | Fredrik Fornwall |
2014-02-06 | `fc -l 1` instead of `history` in zsh_stats #2501 | Huang, Tao |
2013-12-02 | Merge pull request #1134 from koraa/pull_req_helpers | Robby Russell |
2012-11-14 | Improved statistics functions, effect: | CHH |
2012-05-29 | Add helper to easily define default values for variables and env variables. | mapc |
2012-05-29 | Add helper to get the value of an alias only | mapc |
2011-12-25 | Fix upgrade and uninstall functions to pick up $ZSH value | Indrajit Raychaudhuri |
2011-06-01 | Added extract plugin. | Sorin Ionescu |
2011-05-26 | Merge pull request #196 from asymmetric/master | Robby Russell |