a21525ba0c
Whoops, forgot to include this dummy precmd implementation.
James Adam
2009-10-20 06:26:06 +08:00
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 +08:00
fd6861b8cd
Fixing some conflict residue that I missed in a commit/merge:
Robby Russell
2009-10-26 09:24:37 -07:00
11220ca495
Merge branch 'master' of git://github.com/kastner/oh-my-zsh into kastner/master
Robby Russell
2009-10-26 09:21:16 -07:00
5fe112eb4b
Merge branch 'master' of git://github.com/mrinterweb/oh-my-zsh into mrinterweb/master
Robby Russell
2009-10-26 09:19:24 -07:00
58bccaf6fc
Fixing merge conflicts 886d97f41e
Robby Russell
2009-10-26 09:16:19 -07:00
1779bedd53
lsa now uses coloring
Gerhard Lazu
2009-10-14 14:12:17 +01:00
552e4b864a
ll doesn't show hidden files, lsa does
Gerhard Lazu
2009-10-12 07:56:55 +01:00
52f5eb2005
Merging conflict. 788c9af056
Robby Russell
2009-10-26 09:09:00 -07:00
56693663ad
Merge branch 'master' of git://github.com/mdonoughe/oh-my-zsh into mdonoughe/master
Robby Russell
2009-10-26 08:57:29 -07:00
b865f2ab38
adding homebrew completions - and a function dir
Erik Kastner
2009-10-26 00:47:23 -04:00
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 -07:00
60e99779d5
Make "-" an alias for "cd -" (cd back to previous directory)
Markus Prinz
2009-10-03 19:48:29 +02:00
172bb41830
Add my (cypher's) zsh prompt
Markus Prinz
2009-10-03 19:34:49 +02:00
eddab5034c
run update check *after* running custom configuration scripts. This means we are running it after $PATH has potentially been set up, which means it's more likely that commands like "git" will be found
Jon Evans
2009-10-01 08:55:07 +01:00
00a190bc01
Oh My Zsh gets a weekly auto-updater... the future is now!
Robby Russell
2009-09-23 17:12:19 -07:00
700a3f0bad
Adding a script to check for upgrades
Robby Russell
2009-09-23 17:11:45 -07:00
f363c025da
put everything in lib
James Cox
2009-09-23 16:14:43 +01:00
8a8a7bafa0
merge upstream
James Cox
2009-09-23 16:14:04 +01:00
ff545e6934
Bumping up history to 10k commands
Robby Russell
2009-09-23 08:07:02 -07:00
1dc7353732
Updating README to mention custom/ directory
Robby Russell
2009-09-23 08:06:32 -07:00
19a08f15d6
not ignoring example.zsh
Robby Russell
2009-09-23 08:05:05 -07:00
ef9ce1e221
Updating .gitignore to ignore everything but the example.zsh file in custom/
Robby Russell
2009-09-23 08:03:38 -07:00
107322c2e8
Moving some example files into custom/
Robby Russell
2009-09-23 08:02:58 -07:00
8debd097fb
Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options
Robby Russell
2009-09-23 07:43:36 -07:00
2759586aae
Using compctl instead of compdef to resolve Issue #1
Robby Russell
2009-09-22 20:36:28 -07:00
71b1c60a8d
Merge remote branch 'upstream/master'
James Cox
2009-09-23 01:23:28 +01:00
1304baf9f9
add in refcard note
James Cox
2009-09-23 01:20:08 +01:00
b6d778201b
more fixes, more or less have this as i want
James Cox
2009-09-23 01:18:15 +01:00
93af38f154
further refactorings
James Cox
2009-09-23 00:49:00 +01:00
1f05826afb
misc useful
James Cox
2009-09-23 00:45:15 +01:00
556ee4198f
tidy up history
James Cox
2009-09-23 00:44:57 +01:00
fff31c33bc
Added a new theme
Gary Blessington
2009-09-22 16:09:20 -07:00
8fe67686db
would rather store history in $HOME and double size
James Cox
2009-09-22 23:36:25 +01:00
89d86d869c
some todo notes, take @chris2's titlebar improvements and poke at completions
James Cox
2009-09-22 23:27:28 +01:00
7d511379c1
minimalist
James Cox
2009-09-22 23:02:18 +01:00
2b61a2aa3a
add in xterms / title hacks
James Cox
2009-09-22 23:01:55 +01:00
bd5826980e
Merge remote branch 'upstream/master'
James Cox
2009-09-22 22:47:21 +01:00
9f0df188f4
Git 1.6 support
Christopher Sexton
2009-09-22 14:48:55 -04:00
a9f21b381c
Improved git prompt handling
Christopher Sexton
2009-09-22 14:38:24 -04:00
1b784bbf4d
make correction work; this is a nicer way of handling typos in commands
James Cox
2009-09-22 16:41:22 +01:00
8176645e82
some helpers to make directory traversal go easier....
James Cox
2009-09-22 16:39:53 +01:00
ff8e99beef
Adding a little documentation for the git themes
Christopher Sexton
2009-09-14 13:06:47 -04:00
85a4e30289
Added risto theme and made git.zsh themable
Christopher Sexton
2009-09-14 12:42:53 -04:00
8692512106
Updating the name of the rake and capistrano task cache file to append a ~ to the end of the filename so it's easier to ignore in rails git projects. [#1]
Robby Russell
2009-09-07 09:18:40 -07:00
b67961d812
Updating install process to copy your current environments PATH and adding it to the bottom of ~/.zshrc.
Robby Russell
2009-09-07 09:11:34 -07:00
44465ef4ce
Merge branch 'master' of git://github.com/mwilliams/oh-my-zsh into mwilliams/master
Robby Russell
2009-09-06 09:43:54 -07:00
4c69833eb1
added case-insensitive auto completion
Jamie van Dyke
2009-09-06 13:19:33 +01:00
1875755f0a
Adding more useful aliases for Git.
mwilliams
2009-09-03 14:45:23 -04:00
71c59eaf85
Moving bindings into their own file. Updating aliases after moving out bindings
Robby Russell
2009-09-01 20:46:48 -07:00
1978c04daa
Trying out some zsh-fu. Using the for x (*.zsh) source approach
Robby Russell
2009-09-01 20:34:58 -07:00
d1a9efc4e2
Updating README to instruct people to copy the .zshrc template file versus symlinking it.
Robby Russell
2009-09-01 07:52:43 -07:00
fcc1cde56c
Updating installer to use the new template file. ~/.zshrc will now be outside of the repository
Robby Russell
2009-09-01 07:50:45 -07:00
261bf83d53
Updating the template file to use the oh-my-zsh.sh loader
Robby Russell
2009-09-01 07:46:15 -07:00
af3e484454
Renaming template file one last time (for now)
Robby Russell
2009-09-01 07:45:49 -07:00
4516bda019
Moving and renaming the zshrc file to a template file
Robby Russell
2009-09-01 07:43:46 -07:00
53abb4e2a7
Moving the loading of all .zsh files into a different file so that we can remove zshrc from the repository
Robby Russell
2009-09-01 07:41:18 -07:00
ebc6ce25aa
Including a link to the Themes wiki page from the README
Robby Russell
2009-09-01 05:41:49 -07:00
f704193fd2
Added extra theme with full pathnames and hostname
Maran Hidskes
2009-09-01 11:01:26 +02:00
1ec8a8848e
Adding an upgrade_oh_my_zsh function to... well, upgrade Oh My Zsh
Robby Russell
2009-08-31 15:48:09 -07:00
0ce2fd0940
Removing left over theme reference to geoffs theme
Robby Russell
2009-08-31 15:10:46 -07:00
09e2193ae6
Merging geoffgarside work
Robby Russell
2009-08-31 15:09:34 -07:00
e1f5c0c703
Adding an uninstaller tool
Robby Russell
2009-08-31 15:00:38 -07:00
6fd7da65a3
Adding zsh_stats function to show you which commands you run the most.
Robby Russell
2009-08-31 15:00:15 -07:00
af8294d206
Move the spaces around again :P
Geoff Garside
2009-08-31 22:24:03 +01:00