summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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à
2016-09-22Fix hyphen and underscore filename completionGravemind
2016-09-08Fix git_prompt_status() not showing ahead/behind/diverged status correctly (#...Yuichi Tanikawa
2016-09-05git: output nothing when no commits ahead or behindMarc Cornellà
2016-08-09Replace /bin/sh with sh for portability (#5291)Fredrik Fornwall
2016-08-07nvm plugin improvements (#5265)Luke Childs
2016-08-01Updated git_commits_ahead function (#5247)Steven
2016-07-15lib/git.zsh: Added git_commits_behind function (#4450)Steven
2016-05-12Cleanup theme-and-appearance.zshMarc Cornellà
2016-05-12Delete cdablevars option by defaultMarc Cornellà
2016-03-31Add git user profile functions for prompt displayAesop Wolf
2016-01-13Re-added $ZSH_THEME_GIT_PROMPT_EQUAL_REMOTEMichele Bologna
2015-12-17Put `local var` declaration in its own line in lib/git.zshMarc Cornellà
2015-12-14Move current_branch() from git plugin to core lib/git.zshAndrew Janke
2015-12-14Fix indentationmoyamo
2015-12-14Default to using terminfo to set the terminal titlemoyamo
2015-12-14Better research history with arrow keysdesrum_m
2015-12-13Merge pull request #3966 from apjanke/fix-spectrum-lsMarc Cornellà
2015-12-13Merge pull request #3965 from apjanke/spectrum-hide-codesMarc Cornellà
2015-12-13Add back the `-` alias to go to the previous directoryMarc Cornellà
2015-12-01Cleanup update_terminalapp_cwd functionMarc Cornellà
2015-12-01Quote all variables in if statementsMarc Cornellà
2015-12-01Use a case structure to id terminal typesMarc Cornellà
2015-12-01Added setting of the window title in CygwinDawid Ferenczy
2015-12-01Merge pull request #4651 from ionelmc/patch-1Marc Cornellà
2015-12-01Support all kinds of putty-like terminal strings.Ionel Cristian Mărieș
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-30Add support for "putty" $TERM in termsupport.zshIonel Cristian Mărieș
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-10-20Merge pull request #4473 from apjanke/5_1_1-bracketed-paste-hackMarc Cornellà
2015-10-13Merge pull request #4475 from apjanke/diagdump-5.1-fixRobby Russell
2015-10-09Merge pull request #4254 from apjanke/copyfile-portabilityRobby Russell
2015-10-08diagnostics: fix for reserved-word changes in zsh 5.1Andrew Janke
2015-10-08Disable bracketed-paste-magic in zsh 5.1.1, where it is buggyAndrew Janke
2015-10-05clip*: add xsel supportAndrew Janke
2015-10-03Fix 'ack-grep' bug for non-ubuntu usersJeff Smith
2015-10-03Merge pull request #3165 from hbin/fix-alias-afind-osxRobby Russell
2015-09-28Merge branch 'master' into copyfile-portabilityAndrew Janke