- 19 Sep, 2015 26 commits
-
-
Robby Russell authored
Fix completion waiting dots function
-
Robby Russell authored
Fix taskwarrior plugin
-
Robby Russell authored
Fix xcode plugin
-
Robby Russell authored
Adds npmE alias
-
Robby Russell authored
gnu-utils: add findutils (find,xargs,locate)
-
Robby Russell authored
Devanagari Om fixed in dogenpunk theme
-
Robby Russell authored
[theme] Fix color problem of steeef theme
-
Robby Russell authored
Esc-esc toggles sudo
-
Robby Russell authored
coffee: protect args with double-quote
-
Robby Russell authored
-
Robby Russell authored
-
https://github.com/skv-headless/oh-my-zshRobby Russell authored
Merge branch 'rails-rake-test' of https://github.com/skv-headless/oh-my-zsh into skv-headless-rails-rake-test
-
Robby Russell authored
Adds an alias to search for the rails routes that pattern match a string
-
Robby Russell authored
gnzh theme: fix "eval" and related scope problems.
-
Robby Russell authored
osx: fix tab() functions so the cd works in iTerm2, and status/output are better
-
Robby Russell authored
Change to use omz git_prompt* functions
-
Robby Russell authored
Support for 'scw' command (Scaleway CLI)
-
Robby Russell authored
Add omz_diagnostic_dump() to help with bug reporting
-
Robby Russell authored
added ZSH_THEME_GIT_PROMPT_EQUAL_REMOTE
-
Robby Russell authored
Fix invocation of gradlew
-
Robby Russell authored
Fold terminalapp plugin in to lib/termsupport
-
Robby Russell authored
update git-extras plugin
-
Robby Russell authored
gulp.js plugin
-
Robby Russell authored
add check for colored ls on openbsd. (retry of #2225)
-
Robby Russell authored
Adds support to capistrano multistage completion
-
Robby Russell authored
Repair `zsh` Path Permissions on `oh-my-zsh` Startup under Cygwin
-
- 11 Sep, 2015 2 commits
-
-
Andrew Janke authored
-
Andrew Janke authored
The repo location reported by `svn` is a URL. If you don't decode it before using it a prompt, the `%` sequences will be misinterpreted by prompt expansion and give screwy results. Fixes #2233
-
- 07 Sep, 2015 3 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Andrew Janke authored
-
- 05 Sep, 2015 9 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
This also gets rid of `xcode-select` command-not-found errors.
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
Uses zsh arrays and globbing to find .xcworkspace and .xcodeproj files.
-
Marc Cornellà authored
See relevant commit at: https://git.tasktools.org/projects/TM/repos/task/commits/3158883dc4d251
-
Marc Cornellà authored
-
Marc Cornellà authored
This commit uses the (hopefully) standard rmam and smam escape sequences which toggle off and on line wrapping respectively. This is so that extra dots that don't fit the current line won't be displayed in the next line, which would in turn make the shell display a new prompt on the next line after the dots are hidden. I've added a check for $terminfo rmam and smam values to be sure we have them before printing them out. If this commit breaks something post an issue with your terminal emulator and $TERM value and we'll figure out what went wrong.
-
Marc Cornellà authored
This makes it clearer and possibly more portable for different platforms.
-