Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-09 | Revert "Added my prompt theme, with a tweak to the core oh-my-zsh to support ↵ | Robby Russell | |
it. My git_prompt_info function not only reports the branch and dirty status, but also whether or not the branch is ahead or behind of the remote, or both. It also switches the prompt colour from green to red if the previous command exited with a non-zero value (i.e. failed)." This reverts commit 14a1ce80bbf7362ab2856cdd050714f02649fe3f. | |||
2009-11-09 | Revert "Whoops, forgot to include this dummy precmd implementation." | Robby Russell | |
This reverts commit a21525ba0ccbdf35a0524f6cf7f2025fef578c78. | |||
2009-11-08 | Only using the contents of .ssh/known_hosts when the file exists for ssh/scp ↵ | Robby Russell | |
auto-completion. Closes issue #20 | |||
2009-11-08 | Removing gdb alias as it conflicts with an actual command for gdb. Closes #17 | Robby Russell | |
2009-11-08 | Revert "Fixed issue #19 'Rake not auto completing'. The stat command syntax ↵ | Robby Russell | |
that was being used was not correct. Or at least on my machine. See man page for the stat command" This reverts commit 83907294d640d910968cf9152d11c6a5ab3205f5. | |||
2009-11-09 | Added initial jnrowe theme. | James Rowe | |
2009-11-09 | Fixed issue #25. | meh | |
2009-11-09 | Fixed darkblood theme as in issue #23. | meh | |
2009-11-09 | Whoops, forgot to include this dummy precmd implementation. | James Adam | |
2009-11-09 | Added my prompt theme, with a tweak to the core oh-my-zsh to support it. My ↵ | James Adam | |
git_prompt_info function not only reports the branch and dirty status, but also whether or not the branch is ahead or behind of the remote, or both. It also switches the prompt colour from green to red if the previous command exited with a non-zero value (i.e. failed). | |||
2009-11-05 | parse error fix | Toon Claes | |
2009-11-05 | Enabled colors in ls and made it possible to theme them | Toon Claes | |
2009-11-05 | added LSCOLORS | Toon Claes | |
2009-11-04 | Joined the appearance so the theme can apply LSCOLORS too | Toon Claes | |
2009-11-04 | Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh | Toon Claes | |
2009-11-01 | Adding devlog alias for tailing development.log for Rails | Robby Russell | |
2009-10-30 | Skip the git word in this theme | Toon Claes | |
2009-10-30 | Small fix, probably the smallest possible | Toon Claes | |
2009-10-29 | Added my theme | Toon Claes | |
2009-10-26 | Added darkblod theme. | meh | |
2009-10-26 | Fixing some conflict residue that I missed in a commit/merge: | Robby Russell | |
2009-10-26 | Merge branch 'master' of git://github.com/kastner/oh-my-zsh into kastner/master | Robby Russell | |
2009-10-26 | Merge branch 'master' of git://github.com/mrinterweb/oh-my-zsh into ↵ | Robby Russell | |
mrinterweb/master | |||
2009-10-26 | Fixing merge conflicts 886d97f41e72b8662232a2c6b196fb60508e4f67 | Robby Russell | |
2009-10-26 | lsa now uses coloring | Gerhard Lazu | |
2009-10-26 | ll doesn't show hidden files, lsa does | Gerhard Lazu | |
2009-10-26 | Merging conflict. 788c9af05684f4b9e39e7f15de2c06c4c8291cbd | Robby Russell | |
2009-10-26 | Merge branch 'master' of git://github.com/mdonoughe/oh-my-zsh into ↵ | Robby Russell | |
mdonoughe/master | |||
2009-10-26 | adding homebrew completions - and a function dir | Erik Kastner | |
2009-10-23 | Fixed issue #19 'Rake not auto completing'. The stat command syntax that ↵ | Sean McCleary | |
was being used was not correct. Or at least on my machine. See man page for the stat command | |||
2009-10-16 | Removed useless else | Toon Claes | |
2009-10-16 | Fixing merge | Toon Claes | |
2009-10-16 | extended path variable, temporary | Toon Claes | |
2009-10-12 | Renaming script/server --debug alias to ssd to avoid conflict. Closes #1 | Robby Russell | |
2009-10-13 | added gcp alias (git cherry-pick) | James Salter | |
2009-10-12 | Added some comment | To1ne | |
2009-10-11 | Merge branch 'master' of git://github.com/wezm/oh-my-zsh into wezm/master | Robby Russell | |
2009-10-11 | Merge branch 'cypher/master' | Robby Russell | |
2009-10-11 | Added more aliases for Rails & git | Gerhard Lazu | |
2009-10-11 | Added ack-grep searching | Gerhard Lazu | |
2009-10-11 | Added git diff for vim (gdv) | Gerhard Lazu | |
2009-10-11 | Replaced source with . | Gerhard Lazu | |
2009-10-08 | Add my own theme | Wesley Moore | |
2009-10-07 | should probably use the value of CASE_INSENSITIVE | Matthew Donoughe | |
2009-10-07 | allow case sensitivity to be toggled | Matthew Donoughe | |
2009-10-06 | Fix cypher's theme for older zsh versions | Markus Prinz | |
2009-10-06 | Merge branch 'master' of git://github.com/cypher/oh-my-zsh into cypher/master | Robby Russell | |
2009-10-05 | add xiong-chiamiov theme | xiongchiamiov | |
2009-10-03 | Make "-" an alias for "cd -" (cd back to previous directory) | Markus Prinz | |
2009-10-03 | Add my (cypher's) zsh prompt | Markus Prinz | |
Based on Evan's prompt, it uses colors, shows the exit status of the last command if it was non-zero, and displays "#" when running with elevated privileges |