summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-01Moving bindings into their own file. Updating aliases after moving out bindingsRobby Russell
2009-09-01Trying out some zsh-fu. Using the for x (*.zsh) source approachRobby Russell
2009-09-01Updating README to instruct people to copy the .zshrc template file versus ↵Robby Russell
symlinking it.
2009-09-01Updating installer to use the new template file. ~/.zshrc will now be ↵Robby Russell
outside of the repository
2009-09-01Updating the template file to use the oh-my-zsh.sh loaderRobby Russell
2009-09-01Renaming template file one last time (for now)Robby Russell
2009-09-01Moving and renaming the zshrc file to a template fileRobby Russell
2009-09-01Moving the loading of all .zsh files into a different file so that we can ↵Robby Russell
remove zshrc from the repository
2009-09-01Including a link to the Themes wiki page from the READMERobby Russell
2009-09-01Added extra theme with full pathnames and hostnameMaran Hidskes
2009-08-31Adding an upgrade_oh_my_zsh function to... well, upgrade Oh My ZshRobby Russell
2009-08-31Removing left over theme reference to geoffs themeRobby Russell
2009-08-31Merging geoffgarside workRobby Russell
2009-08-31Adding an uninstaller toolRobby Russell
2009-08-31Adding zsh_stats function to show you which commands you run the most.Robby Russell
2009-08-31Move the spaces around again :PGeoff Garside
2009-08-31Merge branch 'master' of git@github.com:geoffgarside/oh-my-zshGeoff Garside
2009-08-31Only calling git symbolic-ref HEAD when we are in a .git directoryRobby Russell
2009-08-31Restructure spaces in git piecesGeoff Garside
2009-08-31Switch double quotes for singles, fixes prompt issuesGeoff Garside
2009-08-31Add my own themeGeoff Garside
2009-08-31Colour branch name and add dirty stringGeoff Garside
2009-08-31Change dirty git string to a yello XGeoff Garside
2009-08-31Remove colour from ls commandGeoff Garside
2009-08-31Adding a file into log/ so that we have a log file to record history toRobby Russell
2009-08-31Remove PATH definition as we define this in .profileGeoff Garside
2009-08-31Add geoffgarside themeGeoff Garside
2009-08-31Merge branch masterGeoff Garside
2009-08-31Adding Evan's skinny, topless prompt.Robby Russell
2009-08-31Updating README with info about themesRobby Russell
2009-08-31Adding theme support so that people can share their zsh prompts with others. ↵Robby Russell
Users can set which theme to load in zshrc now.
2009-08-31Add tab, take and tm functionsGeoff Garside
2009-08-31Customise prompt valueGeoff Garside
2009-08-31Use my normal PATH instead of includedGeoff Garside
2009-08-31Strip colours from git.zshGeoff Garside
2009-08-31Swap out g alias to gitGeoff Garside
2009-08-31Add textmate aliasesGeoff Garside
2009-08-31Add in my normal s{s,d} aliasesGeoff Garside
2009-08-30Updating README to match new path for installation.Robby Russell
2009-08-30Changing order of loading zsh at end of installRobby Russell
2009-08-30Attempting to load zsh properly after auto-installRobby Russell
2009-08-30Checking if .zshrc is a file or a symlink.Robby Russell
2009-08-30Updating README with reference to auto-installerRobby Russell
2009-08-30Adding an installer toolRobby Russell
2009-08-30Adding a note about backing up your existing zshrc fileRobby Russell
2009-08-30Updating README to show people how to change their default shell.Robby Russell
2009-08-30Removing some unused git-dirty parsing code.Robby Russell
2009-08-30Removed a bunch of aliases that I never use, which came from someone else I ↵Robby Russell
copied old config from
2009-08-30Removing a robby-only aliasRobby Russell
2009-08-30Moving some more config into prompt.zsh to reduce amount of code in .zshrcRobby Russell