- 13 Dec, 2015 4 commits
- 
- 
Marc Cornellà authoredClose #4193 
- 
Andrew Janke authoredThis avoids an ordering dependency between this and the vi-mode plugin. 
- 
Marc Cornellà authoredHide spectrum.zsh var values to avoid junky output to terminal 
- 
Marc Cornellà authoredThe alias was removed in #3564. A couple of users were using it, so I'm adding it back. 
 
- 
- 11 Dec, 2015 4 commits
- 
- 
Marc Cornellà authoredcommon-aliases: handle "dev" versions in version check 
- 
Marc Cornellà authoredRecognize Firefox addon and Android packages. 
- 
Marc Cornellà authoredUse actual `commit --amend` command for Mercurial 
- 
Andrew Janke authoredUses `is-at-least` instead of a numeric comparison hack, so versions with non-numeric bits like "4.5.0-dev5" don't throw errors. 
 
- 
- 10 Dec, 2015 2 commits
- 
- 
Marc Cornellà authoredAdd Ecosia to web-search plugin. 
- 
Gregory McCue authored
 
- 
- 05 Dec, 2015 2 commits
- 
- 
Marc Cornellà authoredThe tilde character is not expanded when inside quotes. See https://github.com/robbyrussell/oh-my-zsh/issues/4668#issuecomment-162213379 
- 
Marc Cornellà authoredMake code in lib/termsupport.zsh more readable 
 
- 
- 02 Dec, 2015 2 commits
- 
- 
Hugh Wang authored
- 
Marc Cornellà authoredznt: updated README.md, twice as fast searching 
 
- 
- 01 Dec, 2015 5 commits
- 
- 
Marc Cornellà authored
- 
Marc Cornellà authored
- 
Marc Cornellà authored
- 
Marc Cornellà authoredClose #2739 
- 
Dawid Ferenczy authored
 
- 
- 30 Nov, 2015 15 commits
- 
- 
Marc Cornellà authoredAdd support for "putty" $TERM in termsupport.zsh 
- 
Marc Cornellà authored[tmux-cssh plugin] Initial version 
- 
Ionel Cristian Mărieș authored
- 
Marc Cornellà authoredFixes #4597 
- 
Marc Cornellà authored
- 
Marc Cornellà authoredOtherwise `start` will confuse the first parameter as the title of a new command prompt if the parameter contains whitespace. That is because the command to be run will be: start "abc def" which opens a new command prompt window with the title "abc def". With the added empty string we force the start command to interpret the passed parameter as the file / command: start "" "abc def" which will be interpreted like `""` is the title and the rest is the file or command to start. ------- **NOTE:** this wouldn't be necessary if the start script in msys was defined differently; that is, if it had the empty string already incorporated in the script (/usr/bin/start), like so: ```diff -cmd //c start "${@//&/^&}" +cmd //c start "" "${@//&/^&}" ``` Notice however that this would make it impossible to use start setting a different title, so it's probably best to leave it as is. More info: http://sourceforge.net/p/msys2/tickets/14/ ------- The change `${(z)open_cmd}` is necessary to force zsh to split the variable by the spaces and interpret it as separate words. More info: http://zsh.sourceforge.net/FAQ/zshfaq03.html#l17
- 
Mark Ingalls authoredAdded an option for the msys value of $OSTYPE 
- 
Sebastian Gniazdowski authored
- 
Sebastian Gniazdowski authored
- 
Marc Cornellà authoredznt: n-history supports multi-line cmds and starts with current buffer Fixes #4648 
- 
Sebastian Gniazdowski authored
- 
Sebastian Gniazdowski authored
- 
Ionel Cristian Mărieș authored
- 
Sebastian Gniazdowski authored
- 
Marc Cornellà authoredUpdate Zsh Navigation Tools plugin 
 
- 
- 29 Nov, 2015 3 commits
- 
- 
Marc Cornellà authoredThere a syntax error if $cmd_var contains more than one word, so we drop the current way to prepend nohup and use a simpler if-else form. 
- 
Marc Cornellà authoredAlso accept any forms of yes as an answer to the "do you want to update?" prompt 
- 
Marc Cornellà authoredvi-mode: fix smkx/rmkx by removing broken line-init/finish widgets 
 
- 
- 27 Nov, 2015 3 commits
- 
- 
Marc Cornellà authoredCloses #4578 
- 
Andrew Janke authoredThe old implementation would attempt to load both the default and custom implementations, with the custom one coming first, so it would get clobbered by the default version. 
- 
Marc Cornellà authoredUpdate z version to 5dc2a86 
 
- 
