Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
For certain git repositories, this slows down usage
of the shell horifically.
This option can be set with
git config --add oh-my-zsh.hide-status 1
which will disable checking/showing the status notification
|
|
Conflicts:
lib/completion.zsh
|
|
|
|
|
|
* glo := git log --oneline
* glp := git log --pretty=arg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Esc+. works as "last arg" on both bash and zsh. Seems like a shame to introduce a new standard.
|
|
|
|
|
|
|
|
|
|
git:(master) ✗
|
|
|
|
|
|
|
|
|
|
|
|
number aliases
|
|
user@host:~ $ sudo vim /etc/rc.conf
zsh: correct 'vim' to '.vim' [nyae]?
http://www.zsh.org/mla/users/2012/msg00028.html
|
|
URGENT: Fix for bug introduced in pull request 925
|
|
|
|
added rails to bundled_commands
|
|
Bugfix/gitversionfix
|
|
|
|
The blinks theme now looks good if you're using the light version of the
Solarized color scheme, too. It still defaults to the dark version, so
it should work as before if you don't override things. If you're using
the light version, just set SOLARIZED_THEME to "light" before sourcing
oh-my-zsh.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
out sometimes
|
|
add rails runner alias
|
|
|
|
- avoid rr as it is mostly used for restart rails server
|
|
|
|
|
|
Replace "git-diff" with "git diff" in the git plugin
|
|
take in chris sexton's changes to the pow plugin
|