Age | Commit message (Expand) | Author |
2020-06-30 | Handle unset variables in various parts of the codebase (#8944) | Patrick Moore |
2020-06-19 | core: add title support for mlterm (#8303) | joshuashaffer |
2020-06-03 | lib: don't override bigger HISTSIZE and SAVEHIST values (#8993) | Marco Trevisan |
2020-05-21 | core: remove inc_append_history option (#8048) | Benoit GALATI |
2020-05-20 | Revert "core: enable hist_reduce_blanks" | Marc Cornellà |
2020-05-20 | Prefix cd calls with `builtin` (#8937) | Jacob Menke |
2020-05-16 | core: enable hist_reduce_blanks | Marc Cornellà |
2020-05-11 | core: fix zstyle definition of use-cache | Marc Cornellà |
2020-05-01 | core: move core folder to lib, for now | Marc Cornellà |
2020-04-05 | lib: speed up slow parts of the lib files; other small fixes | Marc Cornellà |
2020-03-05 | lib: support konsole* $TERM in title function (#8035) | Marc Cornellà |
2020-03-03 | lib: automatic title: replace fg with description from jobs (#7982) | Marc Cornellà |
2020-03-03 | lib: clean up termsupport.zsh | Marc Cornellà |
2020-03-03 | Use $jobstates and $jobtexts to look for jobs | Marc Cornellà |
2020-03-03 | lib: use `command` to run rm in upgrade function (#8696) | Marek Dědič |
2020-03-02 | lib: use grep-alias cache only if ZSH_CACHE_DIR is writable | Marc Cornellà |
2020-03-01 | Refactor grep.zsh file | Marc Cornellà |
2020-03-01 | Fast algorithm to determine grep alias flags | Marc Cornellà |
2020-03-01 | Performance enhancement for lib/grep | mattmc3 |
2020-03-01 | Ignore .tox folder in grep | Shi Yan |
2020-03-01 | Also set options for egrep and fgrep | Peter Vandenberk |
2020-03-01 | Exclude .idea folder from grep search scope | Vital Kolas |
2020-02-28 | lib: urlencode hostname in update_terminalapp_cwd (#6245) | Stephen Heuer |
2020-02-28 | lib: add support for clippaste in WSL using powershell | Marc Cornellà |
2020-02-27 | lib: add termux commands to clipboard.zsh (#6243) | j |
2020-02-27 | lib: add support for clip.exe clipboard copy in WSL | Marc Cornellà |
2020-02-27 | Merge branch 'master' into clipboard | Marc Cornellà |
2020-02-24 | lib: delete upgrade lock in upgrade_oh_my_zsh | Marc Cornellà |
2020-02-11 | lib: load bash completion functions automatically | Marc Cornellà |
2020-02-10 | lib: add git function to determine repository name (#4989) | Evan Chiu |
2020-01-16 | lib: add MSYS2 support to clipboard integration (#8542) | Andras Svraka |
2019-11-19 | Use safer append to hook function arrays (#8406) | Jacob Tomaw |
2019-11-06 | Fix badly resolved rebase conflict | Marc Cornellà |
2019-11-06 | Clean up ignore submodules logic in parse_git_dirty | Marc Cornellà |
2019-11-06 | Add an option about git submodules to ignore | Wang Guan |
2019-10-16 | lib: allow alias expansion in _ sudo alias (#8268) | Shahin Sorkh |
2019-09-19 | Fix WSL check for WSL 2 and simplify nohup in open_command | Marc Cornellà |
2019-08-19 | lib: delete LC_CTYPE locale setting which causes problems | Marc Cornellà |
2019-07-14 | clipboard: Fix bad expansion of exit-code test | Robert Estelle |
2019-07-14 | clipboard: Fix tmux clipcopy after testing | Robert Estelle |
2019-07-14 | clipboard: Fix "cilppaste" -> "clippaste" typo | Robert Estelle |
2019-07-12 | clipboard: Add support for several more clipboards | Robert Estelle |
2019-07-12 | clipboard: Avoid unnecessary re-detection each time | Robert Estelle |
2019-07-12 | clipboard: Reduce unnecessary special-casing on stdin | Robert Estelle |
2019-07-07 | Avoid error messages when there is no job | Erik Demaine |
2019-07-06 | Automatic title: Replace fg with description from jobs | Erik Demaine |
2019-05-11 | lib: add ability to disable magic functions | Marc Cornellà |
2019-05-08 | Themes: switch to using ruby_prompt_info() | Andrew Janke |
2019-05-07 | init: run compinit before loading lib/ files | Marc Cornellà |
2019-05-07 | lib: pass arguments to `d` to dirs (#6924) | Marc Cornellà |