478 Commits (e64cdc9ec40c4b98b612905cbdc6c86b14dc1fb6)

Author SHA1 Message Date
Jacopo De Simoi ccd02866f6 Fix git_commits_{ahead,before} when no upstream branch is defined (#6658) 8 years ago
Kimberly Zick 2b6c502aa5 Add match for `MM` (result of `git commit -p` on a single changed file) to git_prompt_status (#3632) 8 years ago
catull d792b1114c With zsh 5.4 a simple "local FLAGS" meant as an array must be explicitly declared so. This fix avoids the dreaded "parse_git_dirty:3: FLAGS: attempt to assign array value to non-array". (#6414) 8 years ago
Patrick José Pereira 2a6c40f66f 'lib/functions.zsh: Solve typos' 9 years ago
Patrick José Pereira cedc4fce88 'lib/completion.zsh: Solve typos' 9 years ago
Derek Frank 3ed37f47cb fix(env): Do not override misc env set before sourcing oh-my-zsh (#5231) 9 years ago
mingang.he 0b340bc3a5 Fix #5604: No DIR ( directory ) colors (#5605) 10 years ago
Eduardo Cuomo 40544a1d5d Fix invalid "ls -G" alias. 10 years ago
Marc Cornellà 1b799e9762 Check dircolors settings before using gls on darwin (#5570) 10 years ago
Marc Cornellà c24dfa1ab4 Fix ls coloring in MacOS if gls is not installed 10 years ago
rossmcf 628d0bb106 Fix ls colouring for Darwin. (#5516) 10 years ago
Hong f7d4f985ac Use $+commands to check the existence of a command in clipboard.zsh. (#5519) 10 years ago
Hong a56eac7a71 Use OSTYPE instead of uname whenever possible for better speed. (#5496) 10 years ago
Hong 98cd3973d2 Take advantage of LS_COLORS for the color of completion if GNU ls is used. (#5510) 10 years ago
Marc Cornellà c2e3a410ea Fix style of theme-and-appearance.zsh 10 years ago
Marc Cornellà 6304a789ab Only set default LS_COLORS if not set before 10 years ago
Marc Cornellà 6c08286c8e Use `$commands[]` to check for command existence 10 years ago
Hong Xu efa7c7b7ff set better default colors for GNU ls instead of none. 10 years ago
Marc Cornellà 4e12024b0b Fix styling of lib/completion.zsh 10 years ago
Gravemind 0d897cca74 Fix hyphen and underscore filename completion 10 years ago
Yuichi Tanikawa 27fff27253 Fix git_prompt_status() not showing ahead/behind/diverged status correctly (#5388) 10 years ago
Marc Cornellà 71201ffd67 git: output nothing when no commits ahead or behind 10 years ago
Fredrik Fornwall 9772f8e10d Replace /bin/sh with sh for portability (#5291) 10 years ago
Luke Childs a7de0fabd7 nvm plugin improvements (#5265) 10 years ago
Steven 61981951b1 Updated git_commits_ahead function (#5247) 10 years ago
Steven 96a2092e37 lib/git.zsh: Added git_commits_behind function (#4450) 10 years ago
Marc Cornellà cc36063cfd Cleanup theme-and-appearance.zsh 10 years ago
Marc Cornellà ed484dfaf6 Delete cdablevars option by default 10 years ago
Aesop Wolf 69e1506ad9 Add git user profile functions for prompt display 10 years ago
Michele Bologna 87f8251388 Re-added $ZSH_THEME_GIT_PROMPT_EQUAL_REMOTE 10 years ago
Marc Cornellà 0842384987 Put `local var` declaration in its own line in lib/git.zsh 10 years ago
Andrew Janke 9f552130bd Move current_branch() from git plugin to core lib/git.zsh 10 years ago
moyamo 71deb74552 Fix indentation 10 years ago
moyamo d779750341 Default to using terminfo to set the terminal title 10 years ago
desrum_m 95aa9bd97b Better research history with arrow keys 10 years ago
Marc Cornellà 4fbfb149d3 Add back the `-` alias to go to the previous directory 10 years ago
Marc Cornellà 4e306887c2 Cleanup update_terminalapp_cwd function 10 years ago
Marc Cornellà eca912e51a Quote all variables in if statements 10 years ago
Marc Cornellà 103eb32721 Use a case structure to id terminal types 10 years ago
Dawid Ferenczy 63d7500cf1 Added setting of the window title in Cygwin 10 years ago
Ionel Cristian Mărieș d55111f200 Support all kinds of putty-like terminal strings. 10 years ago
Marc Cornellà 584e0a6ef9 Use shwordsplit in open_command() 10 years ago
Marc Cornellà afdfe2391e Add empty string parameter to start command 10 years ago
Mark Ingalls 0a79f1e836 make this work in the git-for-windows SDK 10 years ago
Ionel Cristian Mărieș 711c1bcb40 Add support for "putty" $TERM in termsupport.zsh 10 years ago
Marc Cornellà fea74b4b34 Fix open_command nohup call 10 years ago
Andrew Janke f0981d564a termsupport: protect subshell with quotes 10 years ago
Marc Cornellà ebfba0e539 Drop the use of nohup on OSX for tmux compatibility 10 years ago
Andrew Janke d15521d09d diagnostics: fix for reserved-word changes in zsh 5.1 11 years ago
Andrew Janke 3551745792 Disable bracketed-paste-magic in zsh 5.1.1, where it is buggy 11 years ago