Age | Commit message (Expand) | Author |
2019-01-20 | misc: remove please alias to sudo | Marc Cornellà |
2018-09-15 | lib: fix history wrapper when passing numbers | Marc Cornellà |
2018-09-09 | lib: quote arguments to env_default | Marc Cornellà |
2018-09-08 | lib: small change to git_compare_version | Marc Cornellà |
2018-08-19 | Add jenv plugin | John Burwell |
2018-08-09 | core: fix alias_value function | Marc Cornellà |
2018-08-07 | use https everywhere (#6574) | Janosch Schwalm |
2018-08-02 | Revert "add -F and -X to default $LESS environment variable (#6611)" | Marc Cornellà |
2018-07-24 | add -F and -X to default $LESS environment variable (#6611) | Lars Schneider |
2018-07-13 | Add support for custom timestamp format in history (#6770) | Cristian Consonni |
2018-07-02 | Enable passing multiple directories to take (#6900) | sam-lunt |
2018-07-01 | Don't correct cp commands (#4636) | Yuri Parsons |
2018-06-30 | open_command: fix and improve command for WSL | Marc Cornellà |
2018-06-30 | open_command: simplify code | Marc Cornellà |
2018-05-26 | Give more helpful message and disable purge of caches | Marc Cornellà |
2018-05-25 | Remove po alias | Nathan Robinson |
2018-05-07 | Allow completion of dot directories (#6803) | Marc Cornellà |
2018-04-24 | Check for Microsoft's WSL in open_command (#6751) | Marc Cornellà |
2018-04-22 | Increment HISTSIZE to fix hist_expire_dups_first | Marc Cornellà |
2018-04-22 | Remove duplicate option append_history | Marc Cornellà |
2018-04-22 | Use zparseopts to get passed arguments | Marc Cornellà |
2018-04-22 | Allow overriding -l flag in history | Marc Cornellà |
2018-04-22 | Ensure builtin fc is used (see #3001) | Marc Cornellà |
2018-04-22 | Organize history.zsh file and improve comments | Marc Cornellà |
2018-04-22 | Simplify `if' into oneliner, allow spaces in HISTFILE | Marc Cornellà |
2018-04-22 | Change history alias into a function | Marc Cornellà |
2018-04-15 | Fix git_commits_{ahead,before} when no upstream branch is defined (#6658) | Jacopo De Simoi |
2018-01-22 | Add match for `MM` (result of `git commit -p` on a single changed file) to gi... | Kimberly Zick |
2017-11-14 | With zsh 5.4 a simple "local FLAGS" meant as an array must be explicitly decl... | catull |
2016-12-30 | 'lib/functions.zsh: Solve typos' | Patrick José Pereira |
2016-12-30 | 'lib/completion.zsh: Solve typos' | Patrick José Pereira |
2016-11-16 | fix(env): Do not override misc env set before sourcing oh-my-zsh (#5231) | Derek Frank |
2016-11-03 | Fix #5604: No DIR ( directory ) colors (#5605) | mingang.he |
2016-11-02 | Fix invalid "ls -G" alias. | Eduardo Cuomo |
2016-11-02 | Check dircolors settings before using gls on darwin (#5570) | Marc Cornellà |
2016-10-11 | Fix ls coloring in MacOS if gls is not installed | Marc Cornellà |
2016-10-10 | Fix ls colouring for Darwin. (#5516) | rossmcf |
2016-10-10 | Use $+commands to check the existence of a command in clipboard.zsh. (#5519) | Hong |
2016-10-10 | Use OSTYPE instead of uname whenever possible for better speed. (#5496) | Hong |
2016-10-10 | Take advantage of LS_COLORS for the color of completion if GNU ls is used. (#... | Hong |
2016-10-04 | Fix style of theme-and-appearance.zsh | Marc Cornellà |
2016-10-04 | Only set default LS_COLORS if not set before | Marc Cornellà |
2016-10-04 | Use `$commands[]` to check for command existence | Marc Cornellà |
2016-10-04 | set better default colors for GNU ls instead of none. | Hong Xu |
2016-09-22 | Fix styling of lib/completion.zsh | Marc Cornellà |
2016-09-22 | Fix hyphen and underscore filename completion | Gravemind |
2016-09-08 | Fix git_prompt_status() not showing ahead/behind/diverged status correctly (#... | Yuichi Tanikawa |
2016-09-05 | git: output nothing when no commits ahead or behind | Marc Cornellà |
2016-08-09 | Replace /bin/sh with sh for portability (#5291) | Fredrik Fornwall |
2016-08-07 | nvm plugin improvements (#5265) | Luke Childs |