Age | Commit message (Collapse) | Author |
|
If you manually install autojump as advised by the autojump README by running
the install.sh script, it will install by default to $HOME/.autojump.
Add an extra case in the zsh autojump plugin to find the new file and stop a
syntax error in the else clause every time a new zsh starts (running brew when
brew does not exist).
|
|
Bundle exec puma also http://puma.io
|
|
Fix to restore bindings after switching to vi-mode
|
|
Per directory history plugin
|
|
Colemak plugin ( http://colemak.com/ )
|
|
added autojump plugin support for mac os x, when port installed autojump
|
|
Use the HISTFILE environment variable in place of copying it to
_per_directory_history_global so that users can change the environment variable
after sourcing per-directory-history and have the global variable set correctly
|
|
|
|
a plugin for useing the colemak[1] keyboard layout and vi-mode in zsh, rotates
some keys around in vi command mode so that the physical hjkl keys are still
used for movement, all the rotated keys are either in colemak's location or
qwerty's location, so it is easy to pick up
[1] www.colemak.com
|
|
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
|
|
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
|
|
|
|
Small improving themes/jnrowe.zsh-theme
|
|
Laravel autocompletion
|
|
My favourite theme with support to RVM and GIT
|
|
supervisor plugin
|
|
|
|
provides autocompletion for artisan.
|
|
|
|
|
|
|
|
'rails' command should not be run with bundle exec
|
|
yes, it won't ask them again for a while. fixes #1240
|
|
|
|
http://blog.wyeworks.com/2011/12/27/bundle-exec-rails-executes-bundler-setup-3-times
http://yehudakatz.com/2011/05/30/gem-versioning-and-bundler-doing-it-right/
|
|
New theme af-magic.zsh-theme
|
|
Remove bogus "-" from nomz="ps -aux" alias.
|
|
Escape whitespace for Sublime Text plugin
|
|
|
|
|
|
sublime pluginn : Added alias for Sublime Text 2 on Linux
|
|
Added fasd plugin
|
|
[Plugin] Virtualenvwrapper: Added another path
|
|
provide plugin for rbfu (yet ruby version switcher)
|
|
Explicitly tell rbenv to use zsh
|
|
Evaluates $(rbfu --init --auto) if rbfu is installed on the system,
also has a custom rbfu-rubies method which lists the installed
rubies which are available to rbfu.
For compatibility with themes, also creates the rvm_prompt_info
function, so existing themes should work out of the box.
|
|
Info from http://procps.sourceforge.net/faq.html .
|
|
|
|
|
|
added jruby plugin
|
|
Fix finding git issue.
|
|
http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script
|
|
|
|
|
|
rbenv plugin now uses 'brew --prefix rbenv' command to find rbenv folder
|
|
Load symlink custom files
|
|
correct the ruby version label of the 'nebirhos' theme for rbenv
|
|
Steef theme - Improved git untracked file detection
|
|
Readlink is different on OS X
|
|
Fixed unmached " in yum plugin
|