summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-04-09lib: fix issues with nounset and parameters used before defined (#7433)David Remy
2019-04-08lib: delete PS1 defaultMarc Cornellà
2019-03-21termsupport: add support for tmux* $TERM values (#7622)Jeremy Armstrong
2019-03-21compfix: fix check for empty string (#7674)Konstantin Gizdov
2019-02-25lib: optimize default and env_defaultMarc Cornellà
2019-01-20misc: remove please alias to sudoMarc Cornellà
2018-09-15lib: fix history wrapper when passing numbersMarc Cornellà
2018-09-09lib: quote arguments to env_defaultMarc Cornellà
2018-09-08lib: small change to git_compare_versionMarc Cornellà
2018-08-19Add jenv pluginJohn Burwell
2018-08-09core: fix alias_value functionMarc Cornellà
2018-08-07use https everywhere (#6574)Janosch Schwalm
2018-08-02Revert "add -F and -X to default $LESS environment variable (#6611)"Marc Cornellà
2018-07-24add -F and -X to default $LESS environment variable (#6611)Lars Schneider
2018-07-13Add support for custom timestamp format in history (#6770)Cristian Consonni
2018-07-02Enable passing multiple directories to take (#6900)sam-lunt
2018-07-01Don't correct cp commands (#4636)Yuri Parsons
2018-06-30open_command: fix and improve command for WSLMarc Cornellà
2018-06-30open_command: simplify codeMarc Cornellà
2018-05-26Give more helpful message and disable purge of cachesMarc Cornellà
2018-05-25Remove po aliasNathan Robinson
2018-05-07Allow completion of dot directories (#6803)Marc Cornellà
2018-04-24Check for Microsoft's WSL in open_command (#6751)Marc Cornellà
2018-04-22Increment HISTSIZE to fix hist_expire_dups_firstMarc Cornellà
2018-04-22Remove duplicate option append_historyMarc Cornellà
2018-04-22Use zparseopts to get passed argumentsMarc Cornellà
2018-04-22Allow overriding -l flag in historyMarc Cornellà
2018-04-22Ensure builtin fc is used (see #3001)Marc Cornellà
2018-04-22Organize history.zsh file and improve commentsMarc Cornellà
2018-04-22Simplify `if' into oneliner, allow spaces in HISTFILEMarc Cornellà
2018-04-22Change history alias into a functionMarc Cornellà
2018-04-15Fix git_commits_{ahead,before} when no upstream branch is defined (#6658)Jacopo De Simoi
2018-01-22Add match for `MM` (result of `git commit -p` on a single changed file) to gi...Kimberly Zick
2017-11-14With 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-16fix(env): Do not override misc env set before sourcing oh-my-zsh (#5231)Derek Frank
2016-11-03Fix #5604: No DIR ( directory ) colors (#5605)mingang.he
2016-11-02Fix invalid "ls -G" alias.Eduardo Cuomo
2016-11-02Check dircolors settings before using gls on darwin (#5570)Marc Cornellà
2016-10-11Fix ls coloring in MacOS if gls is not installedMarc Cornellà
2016-10-10Fix ls colouring for Darwin. (#5516)rossmcf
2016-10-10Use $+commands to check the existence of a command in clipboard.zsh. (#5519)Hong
2016-10-10Use OSTYPE instead of uname whenever possible for better speed. (#5496)Hong
2016-10-10Take advantage of LS_COLORS for the color of completion if GNU ls is used. (#...Hong
2016-10-04Fix style of theme-and-appearance.zshMarc Cornellà
2016-10-04Only set default LS_COLORS if not set beforeMarc Cornellà
2016-10-04Use `$commands[]` to check for command existenceMarc Cornellà
2016-10-04set better default colors for GNU ls instead of none.Hong Xu
2016-09-22Fix styling of lib/completion.zshMarc Cornellà