- 27 Nov, 2015 2 commits
- 
- 
Marc Cornellà authoredDrop the use of nohup on OSX for tmux compatibility 
- 
Marc Cornellà authoredApparently `nohup` is not needed in OSX, and using it has the side that it may break under tmux with the error nohup: can't detach from console: No such file or directory For now, this commit only drops the use of `nohup` in OSX. But it *may* not be necessary under other similar platforms. 
 
- 
- 21 Nov, 2015 3 commits
- 
- 
Marc Cornellà authoredgradle plugin: also list tasks in subprojects Cleanup gradle plugin file 
- 
Marc Cornellà authored- Delete useless #!zsh - Simplify gradle build file check - Format comments and delete TODO stuff (already dealt with) - Use `$()` syntax for cat commands 
- 
Gergely Nagy authored
 
- 
- 20 Nov, 2015 5 commits
- 
- 
Marc Cornellà authoreddircycle: remove redundant key bindings 
- 
Marc Cornellà authoredRemoved Similar Aliases 
- 
Marc Cornellà authoredbundle outdated alias 
- 
Marc Cornellà authoredFixing strange git unstaged prompt behavior 
- 
Marc Cornellà authoredMercurial plugin: revise README 
 
- 
- 18 Nov, 2015 1 commit
- 
- 
Andrew Janke authoredIn bindkey strings, "^[" and "\e" mean the same thing. They're both notations for Escape. 
 
- 
- 17 Nov, 2015 1 commit
- 
- 
Ahmad Awais authored
 
- 
- 16 Nov, 2015 2 commits
- 
- 
Andrew Janke authoredCloses #4616 Changes the `plugins=(... mercurial ...)` to be closer to correct zsh syntax, removing commas and extra spaces. Revises discussion on configuring themes to avoid sounding like users should modify the theme definition file in the main OMZ folder. Prioritizes the suggestion of using a theme which already supports hg_prompt_info. 
- 
Ahmad Awais authoredTwo similar aliases which were causing issues. 
 
- 
- 15 Nov, 2015 1 commit
- 
- 
Denis authored
 
- 
- 12 Nov, 2015 2 commits
- 
- 
Robby Russell authoreduse capit instead of shipit as shipit conflicts with npm package shipit 
- 
Robby Russell authoredtypo: able take -> able to take 
 
- 
- 10 Nov, 2015 1 commit
- 
- 
Pepe Bawagan authored
 
- 
- 08 Nov, 2015 1 commit
- 
- 
Justin LeFebvre authoredI noticed that for certain projects with unstaged changed I would get a 'U' character instead of the '●' character. This should fix that. 
 
- 
- 30 Oct, 2015 1 commit
- 
- 
Danny Hawkins authored
 
- 
- 21 Oct, 2015 11 commits
- 
- 
Marc Cornellà authored[README] Update custom directory command and fix code blocks 
- 
Marc Cornellà authored
- 
Marc Cornellà authoredFix typo. Close #4016 
- 
Cooper Maruyama authored* `cfp` alias was referencing an old version of the `cf` command which no longer exists. This has been updated to reference a valid command. 
- 
Marc Cornellà authored[FIX ERROR] Refactor for function in plugins/rake-fast/rake-fast.plugin.zsh 
- 
Marc Cornellà authoredReally this time :P Fixes #4533 
- 
Satoshi Ohmori authored
- 
Marc Cornellà authored
- 
Marc Cornellà authoredWe need to use POSIX syntax. This file is no longer executed with zsh. Fixes #4483. 
- 
Marc Cornellà authoredDrops the `function` keyword and uses only `func(){}` syntax as per the POSIX specification: http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_09_05 Related: #4531
- 
Marc Cornellà authoredThis reverts commit c9d93757, which makes it fail with a syntax error: sh: 1: Syntax error: "(" unexpected 
 
- 
- 20 Oct, 2015 9 commits
- 
- 
Marc Cornellà authoredFix "be" -> "b" typo in coffee plugin README.md. 
- 
evanandrewrose authored
- 
Marc Cornellà authoredFix install.sh/upgrade.sh for tput-less systems 
- 
Marc Cornellà authoredCheck for git before trying to upgrade OMZ 
- 
Marc Cornellà authoredchucknorris: add missing line/quote delimiters 
- 
Marc Cornellà authoredMake install script safer 
- 
Brian J Brennan authoredThis changeset wraps all of the commands in tools/install.sh in a function and then calls that function as the last line of the script. The current install instructions ask the user to download the install script using `curl` and pass the result to `sh`. This is totally fine (as long as both the instructions and the script itself are served using HTTPS), but the script should be written in a way such that it doesn't start trying to actually *do* anything until the very last line. The reason is due to the way `curl` work: if the socket drops before the request is complete (server abruptly hangs up, client's internet flakes out, etc.), `curl` will return the partial data that it received. Here is an example of that:  A way this might cause issues for tools/install.sh is if the connection drops after cloning but before the repository (L53-56). The .zshrc configuration will not be copied and the shell will not be changed, but if the user tries to run the install script again it will claim oh-my-zsh is already installed (L31-39). While this is not a particularly dangerous error condition (the user can just delete .oh-my-zsh and re-run), it can certainly be confusing for new users. This also helps future-proof the script for a time when it might need to use a "dangerous" command, e.g. `rm`, and we want to make sure it happens in the most transactional way possible. 
- 
Marc Cornellà authored[FIX #4525]: Fix typo 
- 
Satoshi Ohmori authored
 
- 
