1
0
Fork 0

Commit Graph

  • 603ef440c5 improvements to the 'clean' theme Evandro Myller 2010-01-02 02:51:49 -0300
  • d084c5a1cd added "clean" theme Evandro Myller 2010-01-02 02:12:46 -0300
  • 3eb991dfe3 fork xiong-chiamiov theme for git support Ryan Wilcox 2009-12-13 17:39:40 -0500
  • 0d00b8a636 Putting Git related aliases into git.zsh to have them in context. Martin Klepsch 2009-12-19 14:35:57 +0100
  • a8367b0df5 adding quotes to tab() Dale Campbell 2009-12-26 00:41:37 -0600
  • 4e57305bdd Adding a function that will open up a ticket in Lighthouse based on the number and there being a URL in a hidden file. Robby Russell 2009-12-16 11:23:41 -0800
  • 23dea51b86 Adding a nocorrect for the heroku command as it was getting triggered by heroku logs. Robby Russell 2009-12-13 11:48:03 -0800
  • d2a87be173 Based on a suggestion from robbyrussel, using env for greater compatibility. johnmaxwelliv 2009-12-13 12:38:37 -0700
  • 1273b9722a Instead of using the user's standard shell, this script should be run using zsh, since that was the shell it was written for. On my machine changes to my default shell only take effect when I log out and then long in again. Plus, it's nice for people to be able to try oh-my-zsh out even if zsh isn't their default shell right? :-) johnmaxwelliv 2009-12-12 21:23:36 -0700
  • 0abe173c1a Merge commit 'e429ff9e2bed41f88e3df3315b159fa79a7152fc' Robby Russell 2009-12-12 14:10:05 -0800
  • 76c52e021d Merge branch 'master' of git://github.com/macovsky/oh-my-zsh into macovsky/master Robby Russell 2009-12-12 13:52:55 -0800
  • cf967e07f9 Updating check_for_upgrade script to fix issue when the LAST_EPOCH file/value got corrupted. Closes #32 Robby Russell 2009-12-12 13:45:30 -0800
  • c2cc4841b9 no correction on gist To1ne 2009-12-12 10:12:14 +0100
  • b2198fb5c8 new theme macovsky 2009-12-12 12:06:46 +0300
  • a48f1172a6 No correction on mkdir + removed duplicate nocorrect mv To1ne 2009-12-10 19:04:06 +0100
  • 8e3e355ce3 Revert Toon Claes 2009-12-01 23:06:15 +0100
  • 0c3b9a6f88 Completion from history Toon Claes 2009-11-30 23:28:40 +0100
  • 10491ecf13 Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh Toon Claes 2009-11-26 21:13:56 +0100
  • 33f424134e Adding current_branch function, which can be used like: git pull origin master Robby Russell 2009-11-25 12:45:16 -0800
  • 77d520f606 tonotdo theme: Back to the original Toon Claes 2009-11-13 23:55:37 +0100
  • c48de1e215 tonotdo theme still not like I wanted Toon Claes 2009-11-13 23:44:28 +0100
  • 772d02270e tonotdo theme like I like it Toon Claes 2009-11-13 23:39:07 +0100
  • efd94328a1 Theme tonotdo upgrade Toon Claes 2009-11-13 22:02:42 +0100
  • 15d6fa10b0 Gallifrey theme Jordan Bracco 2009-11-13 05:10:21 +0100
  • 59e05dc445 gave credit to Nick for the rake autocompletion code. technoweenie 2009-11-12 11:14:09 -0700
  • 9fde1531f3 Spiced up the tonotdo theme, some more Toon Claes 2009-11-11 18:15:33 +0100
  • 3b35eb308b Spiced up the tonotdo theme, some more Toon Claes 2009-11-11 18:15:33 +0100
  • b4712ad693 Spiced up the tonotdo theme Toon Claes 2009-11-11 18:14:25 +0100
  • 67f3223e72 Spiced up the tonotdo theme Toon Claes 2009-11-11 18:14:25 +0100
  • 80c20c32dd LS_COLORS fix for tonotdo theme Toon Claes 2009-11-11 17:26:23 +0100
  • 2111e6fc0a LS_COLORS fix for tonotdo theme Toon Claes 2009-11-11 17:26:23 +0100
  • e41d7305e5 Improved the LS_COLORS in my tonotdo theme Toon Claes 2009-11-09 22:28:17 +0100
  • e9c48b729f Improved the LS_COLORS in my tonotdo theme Toon Claes 2009-11-09 22:28:17 +0100
  • 5246e103c5 Fixed all themes so tab-completion doesn't move the cursor to a weird position Toon Claes 2009-11-09 22:05:00 +0100
  • 70fd6b0733 Fixed all themes so tab-completion doesn't move the cursor to a weird position Toon Claes 2009-11-09 22:05:00 +0100
  • 147f1dc702 Modifying changes for issue 25, to fix issue 27 Toon Claes 2009-11-09 21:38:40 +0100
  • 57e0d28d33 Modifying changes for issue 25, to fix issue 27 Toon Claes 2009-11-09 21:38:40 +0100
  • 729fd0ab3c Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh Toon Claes 2009-11-09 21:28:17 +0100
  • 41d9da7193 Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh Toon Claes 2009-11-09 21:28:17 +0100
  • c620408962 Revert "Added my prompt theme, with a tweak to the core oh-my-zsh to support 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)." Robby Russell 2009-11-09 07:33:51 -0800
  • 29b6bf6aaa Revert "Added my prompt theme, with a tweak to the core oh-my-zsh to support 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)." Robby Russell 2009-11-09 07:33:51 -0800
  • 5c13930832 Revert "Whoops, forgot to include this dummy precmd implementation." Robby Russell 2009-11-09 07:33:38 -0800
  • 8b4d9d376c Revert "Whoops, forgot to include this dummy precmd implementation." Robby Russell 2009-11-09 07:33:38 -0800
  • fc3a3c72b1 Only using the contents of .ssh/known_hosts when the file exists for ssh/scp auto-completion. Closes issue #20 Robby Russell 2009-11-08 15:34:02 -0800
  • 6326573fa2 Only using the contents of .ssh/known_hosts when the file exists for ssh/scp auto-completion. Closes issue #20 Robby Russell 2009-11-08 15:34:02 -0800
  • eb05b61483 Removing gdb alias as it conflicts with an actual command for gdb. Closes #17 Robby Russell 2009-11-08 15:27:17 -0800
  • eb6ed520f3 Removing gdb alias as it conflicts with an actual command for gdb. Closes #17 Robby Russell 2009-11-08 15:27:17 -0800
  • 286559d180 Revert "Fixed issue #19 'Rake not auto completing'. The stat command syntax that was being used was not correct. Or at least on my machine. See man page for the stat command" Robby Russell 2009-11-08 15:24:20 -0800
  • c36f73d4d4 Revert "Fixed issue #19 'Rake not auto completing'. The stat command syntax that was being used was not correct. Or at least on my machine. See man page for the stat command" Robby Russell 2009-11-08 15:24:20 -0800
  • 97c6664948 Added initial jnrowe theme. James Rowe 2009-10-16 12:07:02 +0800
  • 8f33231823 Fixed issue #25. meh 2009-11-06 20:55:08 +0800
  • e24709a2b8 Fixed darkblood theme as in issue #23. meh 2009-11-01 06:16:24 +0800
  • a21525ba0c Whoops, forgot to include this dummy precmd implementation. James Adam 2009-10-20 06:26:06 +0800
  • 14a1ce80bb Added my prompt theme, with a tweak to the core oh-my-zsh to support 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). James Adam 2009-10-20 06:24:21 +0800
  • bbef2db92b parse error fix Toon Claes 2009-11-05 20:48:08 +0100
  • 9c0dcdaefc parse error fix Toon Claes 2009-11-05 20:48:08 +0100
  • 08fcf7dc39 Enabled colors in ls and made it possible to theme them Toon Claes 2009-11-05 20:44:28 +0100
  • 600efef0c3 Enabled colors in ls and made it possible to theme them Toon Claes 2009-11-05 20:44:28 +0100
  • 1c65ab9dea added LSCOLORS Toon Claes 2009-11-05 20:30:53 +0100
  • a65ec360cf added LSCOLORS Toon Claes 2009-11-05 20:30:53 +0100
  • e2dba2c3e9 Joined the appearance so the theme can apply LSCOLORS too Toon Claes 2009-11-04 20:37:18 +0100
  • 2ed5139bd6 Joined the appearance so the theme can apply LSCOLORS too Toon Claes 2009-11-04 20:37:18 +0100
  • e53f90425e Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh Toon Claes 2009-11-04 20:21:05 +0100
  • bdb1bb2101 Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh Toon Claes 2009-11-04 20:21:05 +0100
  • 83309294df Adding devlog alias for tailing development.log for Rails Robby Russell 2009-11-01 14:23:03 -0800
  • 8beb5a50f1 Skip the git word in this theme Toon Claes 2009-10-30 20:41:38 +0100
  • cef9b42a3a Skip the git word in this theme Toon Claes 2009-10-30 20:41:38 +0100
  • f11366374c Small fix, probably the smallest possible Toon Claes 2009-10-30 18:15:45 +0100
  • ea57faa28a Small fix, probably the smallest possible Toon Claes 2009-10-30 18:15:45 +0100
  • c103c15e5c Added my theme Toon Claes 2009-10-29 23:18:19 +0100
  • ce82e6ff7a Added my theme Toon Claes 2009-10-29 23:18:19 +0100
  • 607ba0736b Added darkblod theme. meh 2009-10-26 18:35:51 +0100
  • fd6861b8cd Fixing some conflict residue that I missed in a commit/merge: Robby Russell 2009-10-26 09:24:37 -0700
  • 11220ca495 Merge branch 'master' of git://github.com/kastner/oh-my-zsh into kastner/master Robby Russell 2009-10-26 09:21:16 -0700
  • 5fe112eb4b Merge branch 'master' of git://github.com/mrinterweb/oh-my-zsh into mrinterweb/master Robby Russell 2009-10-26 09:19:24 -0700
  • 58bccaf6fc Fixing merge conflicts 886d97f41e Robby Russell 2009-10-26 09:16:19 -0700
  • 1779bedd53 lsa now uses coloring Gerhard Lazu 2009-10-14 14:12:17 +0100
  • 552e4b864a ll doesn't show hidden files, lsa does Gerhard Lazu 2009-10-12 07:56:55 +0100
  • 52f5eb2005 Merging conflict. 788c9af056 Robby Russell 2009-10-26 09:09:00 -0700
  • 56693663ad Merge branch 'master' of git://github.com/mdonoughe/oh-my-zsh into mdonoughe/master Robby Russell 2009-10-26 08:57:29 -0700
  • b865f2ab38 adding homebrew completions - and a function dir Erik Kastner 2009-10-26 00:47:23 -0400
  • 83907294d6 Fixed issue #19 'Rake not auto completing'. The stat command syntax that was being used was not correct. Or at least on my machine. See man page for the stat command Sean McCleary 2009-10-23 11:59:24 -0700
  • 886d97f41e Removed useless else Toon Claes 2009-10-16 23:03:50 +0200
  • a75d0ba8d7 Fixing merge Toon Claes 2009-10-16 22:14:43 +0200
  • 11d0b3c2ac extended path variable, temporary Toon Claes 2009-10-16 22:12:31 +0200
  • 718228f5e9 Added initial jnrowe theme. James Rowe 2009-10-16 12:07:02 +0800
  • ecdd69f328 Fixed issue #25. meh 2009-11-06 20:55:08 +0800
  • f5d55c993f Fixed darkblood theme as in issue #23. meh 2009-11-01 06:16:24 +0800
  • e16a74b6ec Whoops, forgot to include this dummy precmd implementation. James Adam 2009-10-20 06:26:06 +0800
  • cf10659564 Added my prompt theme, with a tweak to the core oh-my-zsh to support 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). James Adam 2009-10-20 06:24:21 +0800
  • b7e3b362e3 Adding devlog alias for tailing development.log for Rails Robby Russell 2009-11-01 14:23:03 -0800
  • bee664c03d Added darkblod theme. meh 2009-10-26 18:35:51 +0100
  • 1b2725ada4 Fixing some conflict residue that I missed in a commit/merge: Robby Russell 2009-10-26 09:24:37 -0700
  • 962b4b7510 Merge branch 'master' of git://github.com/kastner/oh-my-zsh into kastner/master Robby Russell 2009-10-26 09:21:16 -0700
  • 98d9c5b0fa Merge branch 'master' of git://github.com/mrinterweb/oh-my-zsh into mrinterweb/master Robby Russell 2009-10-26 09:19:24 -0700
  • d540b24263 Fixing merge conflicts 886d97f41e Robby Russell 2009-10-26 09:16:19 -0700
  • aa4b6fb64b adding homebrew completions - and a function dir Erik Kastner 2009-10-26 00:47:23 -0400
  • fa344e3579 Fixed issue #19 'Rake not auto completing'. The stat command syntax that was being used was not correct. Or at least on my machine. See man page for the stat command Sean McCleary 2009-10-23 11:59:24 -0700
  • 1de3f62255 Removed useless else Toon Claes 2009-10-16 23:03:50 +0200
  • 07708d6edd Fixing merge Toon Claes 2009-10-16 22:14:43 +0200