summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-20Per directory history pluginJim Hester
This is a implementation of per directory history for zsh, some implementations of which exist in bash[1,2]. It also implements a per-directory-history-toggle-history function to change from using the directory history to using the global history. In both cases the history is always saved to both the global history and the directory history, so the toggle state will not effect the saved histories. Being able to switch between global and directory histories on the fly is a novel feature as far as I am aware. [1]: http://www.compbiome.com/2010/07/bash-per-directory-bash-history.html [2]: http://dieter.plaetinck.be/per_directory_bash
2012-09-20Fix to restore bindings after switching to vi-modeJim Hester
the vi-mode plugin destroys any bindings made before it is sourced due to the 'bindkey -v' call to switch to using vi-mode. This patch saves the bindings before invoking 'bindkey -v' then rebinds them afterwards, this fixes a number of outstanding issues due to people using vi-mode and having things in oh-my-zsh break due to the bindings being destroyed
2012-09-19Last spacing adjustment...I swearTyler Cipriani
2012-09-18Modified spacing one last timeTyler Cipriani
2012-09-18Replace cp verbose with rsyncSK
Rsync can help track progress while file is copying
2012-09-17Bundle exec puma also http://puma.ioTrae Robrock
2012-09-17modified spacing on junkfood themeTyler Cipriani
2012-09-17Added fat arrow the themeTyler Cipriani
2012-09-17Refactored themeIsaac Wolkerstorfer
2012-09-17Added space to promptTyler Cipriani
2012-09-17Added junkfood themeTyler Cipriani
2012-09-14git plugin: Add `gpoat` aliasAlexander Surma
2012-09-13Add agnoster.zsh-themeIsaac Wolkerstorfer
2012-09-13fixed incorrect if/elseKoen Punt
2012-09-13updated cap plugin to use `cap -T` instead of `cap show_tasks` whichKoen Punt
didn't exist (sometimes?)
2012-09-13Merge remote-tracking branch 'upstream/master'Xavier Lacoste
2012-09-11fixed nginx vhost template, made variables local, imroved parameter validationmikka
2012-09-11Merge remote-tracking branch 'upstream/master'James Smith
2012-09-07added lesscss pluginmikka
2012-09-06Add new 'nanoc' pluginJosh Parnham
2012-09-03Nuke _cap_does_task_list_need_generatingReza
Thanks @docwhat
2012-09-03fix rvm auto complete, pointing to $rvm_pathBen Cao
2012-09-02nginx and php-fpm pluginsmikka
2012-09-02Update fishy theme to collapse working directory in PROMPT.Nicholas Hutchinson
For non-trailing path components, we show only the first character. So, as in Fish proper, we convert ~/some/really/really/really/long/path/name to ~/s/r/r/r/l/p/name.
2012-09-01Merge pull request #1228 from clutt0n/masterRobby Russell
Small improving themes/jnrowe.zsh-theme
2012-09-01Merge pull request #1287 from johnhamelink/masterRobby Russell
Laravel autocompletion
2012-09-01Merge pull request #1279 from 3den/masterRobby Russell
My favourite theme with support to RVM and GIT
2012-09-01Merge pull request #1297 from everbird/masterRobby Russell
supervisor plugin
2012-09-01add new plugin to autocomplete supervisor commandseverbird
2012-08-30Add empty function rbenv_prompt_info() if doesn't existsXavier Lacoste
2012-08-25search virtualenvwrapper.sh in PATHCenk Alti
2012-08-25Added another path for virtualenvwrapper pluginCenk Alti
When you install python via brew on OSX, pip is installed into /usr/local/share/python/ and all packages installed with this pip are installed here.
2012-08-20Add keep branch option.jamie sa (jsa)
2012-08-19Added laravel plugin which gives aliases to artisan and bob, andJohn Hamelink
provides autocompletion for artisan.
2012-08-17Debian plugin now pipes which stderr to stdoutGraeme Coupar
The debian plugin calls which to determine whether aptitude & sudo are installed. However, if these are not installed then the error output from which will be output. Since this isn't really an error condition, this commit updates the which calls to pipe stderr to stdout, thus hiding the error messages.
2012-08-14new 3den theme with RVM and GITMarcelo Eden
2012-08-13Merge branch 'master' of github.com:ptillemans/oh-my-zshPeter Tillemans
2012-08-12new forklift pluginBodo Tasche
2012-08-08Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshPeter Tillemans
2012-08-07Add shortcut for showing log of all branchesSean M. Collins
2012-08-05fix typo in cd-wrapperYannik Stein
2012-08-01Correct variable used for global ssh known host completionAlexis Letessier
2012-07-31Make git use sha when branch name is missing.Ted Vessenes
2012-07-29Add branch status support to git_prompt_statusCaio Romão
This patch makes git_prompt_status support three new status variables: - ZSH_THEME_GIT_PROMPT_AHEAD - ZSH_THEME_GIT_PROMPT_BEHIND - ZSH_THEME_GIT_PROMPT_DIVERGED With these extra variables it's easy to see (1) if you have commits in your local branch that weren't pushed to the remote (AHEAD), (2) if there are commits in the remote that you haven't merged/rebased yet (BEHIND) or (3) if you have local unpushed commits AND the remote has some commits you haven't merged yet (DIVERGED). Refer to the first line displayed on `git status -b --porcelain`. An example setup in a .zsh-theme file would be: ZSH_THEME_GIT_PROMPT_AHEAD="↑" ZSH_THEME_GIT_PROMPT_BEHIND="↓" ZSH_THEME_GIT_PROMPT_DIVERGED="↕"
2012-07-29Adding logic for ~/Applications folder installs of Sublime Text 2bwl
2012-07-28Add a configuration option to disable autocorrectMorgan Larosa
2012-07-26Added a "please" alias for sudoBjarki Ágúst Guðmundsson
2012-07-26Merge branch 'master', remote-tracking branch 'rr/master'Bjarki Ágúst Guðmundsson
2012-07-26Added go completion script. Taken from /misc/zsh/gooemer
2012-07-25alias at=aptitude broke /usr/bin/at scheduler.apm
Just an idea: change it to ap