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