Ashley Dev
369670184c
polish ashleydev theme
2011-05-17 17:11:11 -07:00
Ashley Dev
9de97768c5
add aliases for editing zsh files and sourcing them
2011-05-17 17:10:42 -07:00
Ashley Dev
94631ea661
Add some aliases for editing .vimrc and sourcing zshrc files.
2011-05-14 16:24:44 -07:00
Ashley Dev
d6ac57747d
Add 'jj' = ESC to viins mode.
2011-05-14 16:22:41 -07:00
Ashley Dev
9c01b32150
Add some key bindings to vi-mode.
...
- for better history search
- allow things like ^A and ^E to work in both viins and vicmd modes
2011-05-14 16:21:19 -07:00
Ashley Dev
5d4e111994
add ashleydev theme
2011-05-14 16:21:19 -07:00
Ashley Dev
cdf49dd03c
Add more git aliases, and reformat some of the file for easier reading
...
Aliases that were added:
- gs: git status
- gsts, gstp, gstl, gstll: git stash
- gf: git fetch
- gd, gdd: git diff
- gm: git merge
- gh, ghh, ghhh, ghhhh: git history (pretty)
2011-05-14 16:21:19 -07:00
Ashley Dev
0874c44407
Add some new aliases, and fix some bugs. Change some aliases.
...
- allow screen aliases to correctly tab-complete
2011-05-14 10:31:59 -07:00
Sorin Ionescu
1961b8d196
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
2011-05-13 14:42:05 -04:00
Robby Russell
7c3d12c7de
Merge pull request #295 from alexrinass/apache2-macports-plugin
...
Added start/stop aliases for Apache 2 installation via macports.
2011-05-13 02:53:02 -07:00
Robby Russell
d275440219
Merge pull request #290 from arthurkalm/delete-key-working
...
Make the delete key work correctly, instead of outputting a ~
2011-05-13 02:52:25 -07:00
Robby Russell
396dc787af
Merge pull request #322 from jonashuckestein/master
...
jispwoso theme
2011-05-13 02:51:03 -07:00
Robby Russell
4a497b021c
Merge pull request #324 from sorin-ionescu/plugin-compleat
...
Compleat - Completion for Human Beings Plugin
2011-05-13 02:50:43 -07:00
Robby Russell
4f71818a8b
Merge pull request #329 from juanghurtado/master
...
Support for $(current_branch) on git_parse_ahead()
2011-05-13 02:48:50 -07:00
Robby Russell
7958e54aaf
Merge pull request #330 from jtriley/jtriley-theme
...
update to jtriley-theme
2011-05-13 02:48:13 -07:00
Justin Riley
5440815c83
remove git status from prompt
2011-05-09 10:19:10 -04:00
Juan G. Hurtado
e129fc5a28
Adds support for $(current_branch) on git_parse_ahead()
...
Changes method git_parse_ahead() on git.zsh lib file. Before this
change it checked directly against origin/master branch. Now it
uses $(current_branch) to check for not pushed changes against
the current remote branch.
2011-05-09 13:32:42 +02:00
Sorin Ionescu
7c21432102
Fixed git-describe completion.
2011-05-08 10:47:41 -04:00
Sorin Ionescu
4622781122
Improved speed in __git_files and __git_files_relative.
2011-05-07 20:41:55 -04:00
Sorin Ionescu
0d775edc5f
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
2011-05-07 20:14:42 -04:00
Sorin Ionescu
bd1a78ae34
Added Compleat - Completion for Human Beings plugin.
2011-05-05 18:42:50 -04:00
Sorin Ionescu
8bb77deb98
Added Compleat - Completion for Human Beings plugin.
2011-05-05 18:41:05 -04:00
Sorin Ionescu
0755b753fe
Fixed Git list tags completion.
2011-05-05 18:39:56 -04:00
Jonas Huckestein
e1210cdfaa
added my theme
2011-05-03 14:07:35 -07:00
Robby Russell
0365ef0529
Merge pull request #321 from nel/fix-window-title-regex.
...
Relax pattern matching on TERM. Closes #320 .
2011-05-02 04:56:59 -07:00
Renaud (Nel) Morvan
e3cede37a0
Relax pattern matching on TERM. Closes #320 .
2011-05-02 13:51:16 +02:00
Sorin Ionescu
2c3a285a32
Replaced npm 0.x completion with 1.0 completion.
2011-05-01 19:01:03 -04:00
Sorin Ionescu
5811346525
[ #316 ] Compile zcompdump, if modified, to increase startup speed.
2011-05-01 19:01:00 -04:00
Sorin Ionescu
075cf7f59f
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
2011-05-01 09:50:33 -04:00
Robby Russell
66b7fe1b27
Merge pull request #314 from mattsacks/master.
...
Add Muse theme for 256 color terminals
2011-05-01 03:02:57 -07:00
Sorin Ionescu
969553349f
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
...
Conflicts:
.gitignore
lib/completion.zsh
lib/git.zsh
oh-my-zsh.sh
2011-04-30 16:57:47 -04:00
Robby Russell
a525993f6b
Merged pull request #315 from nebirhos/master.
...
Fixies auto update (2nd try)
2011-04-29 10:33:21 -07:00
nebirhos
626fa5b1d8
fixed autoupdate
2011-04-29 17:12:40 +02:00
Matt Sacks
6d899e2391
Add muse theme for 256 color terminals
2011-04-29 08:28:46 -04:00
Robby Russell
784c56cd09
Merged pull request #312 from juanghurtado/master.
...
Personal theme: juanghurtado.zsh-theme
2011-04-29 04:48:37 -07:00
Juan G. Hurtado
208b225a2f
Custom theme with Git support
...
This is my personal oh-my-zsh theme. It has Git support through
methods found in Git lib file of oh-my-zsh. It uses:
- parse_git_dirty()
- git_prompt_ahead()
- current_branch()
- git_prompt_short_sha()
- git_prompt_status()
It also shows user name, machine name and current path. You can
take a look at a screenshot at http://goo.gl/ZVoyk
2011-04-29 13:11:38 +02:00
Robby Russell
f3e162c3e6
Merged pull request #310 from Ikke/master.
...
Add git-flow plugin
2011-04-29 03:38:41 -07:00
Robby Russell
e34b61fdd2
Merged pull request #270 from sankara/d03a6176aacd583993c02c7e837d10751c431875.
...
Basic autocompletion for Leiningen (fixed pull request)
2011-04-29 03:36:09 -07:00
Robby Russell
1c33f719b9
Merged pull request #311 from papercavalier/rails3.
...
Rails 3 aliases now work with Rails 2 as well.
2011-04-29 03:33:52 -07:00
Hakan Ensari
86fa4385c5
Rails 3 aliases now work with Rails 2 as well.
2011-04-29 10:59:59 +01:00
Kevin Daudt
7377ba3f7a
Added git-flow plugin
2011-04-29 11:54:42 +02:00
Robby Russell
c8ac3356c8
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
2011-04-29 11:24:51 +02:00
Robby Russell
6f7d51c68d
Feature: Random themes now supported. Just set your theme to 'random' and it'll load a different theme each time oh-my-zsh is started. Closes #309
2011-04-29 11:24:29 +02:00
Robby Russell
17eba9e46c
Merged pull request #308 from juanghurtado/master.
...
New prompt methods on Git lib file
2011-04-29 01:54:59 -07:00
Juan G. Hurtado
077baa7bb1
Adds new prompt methods on Git lib
...
Modifies the Git lib file (lib/git.zsh), adding three new prompt
methods:
- git_prompt_ahead(): Shows the content of the custom var
$ZSH_THEME_GIT_PROMPT_AHEAD if the local repository has
commits ahead from the remote origin repository
- git_prompt_short_sha(): Shows last commit SHA hash in short
mode wrapped between the content of the custom vars
$ZSH_THEME_GIT_PROMPT_SHA_BEFORE and
$ZSH_THEME_GIT_PROMPT_SHA_AFTER
- git_prompt_long_sha(): Shows last commit SHA hash in long
mode wrapped between the content of the custom vars
$ZSH_THEME_GIT_PROMPT_SHA_BEFORE and
$ZSH_THEME_GIT_PROMPT_SHA_AFTER
2011-04-29 09:22:56 +02:00
Robby Russell
a89d33c060
Merged pull request #307 from jtriley/jtriley-theme.
...
add my custom zsh prompt
2011-04-28 23:36:49 -07:00
Robby Russell
58413bc0f5
Merged pull request #302 from JonathanTron/5bcfab37312511a7ffc3e8242ba8b8a622ecf061.
...
New theme second try
2011-04-28 23:29:55 -07:00
Robby Russell
ed5f85c145
Merged pull request #303 from cit/master.
...
added alias for apt-cache search to deb plugin
2011-04-28 23:29:17 -07:00
Robby Russell
b8f8cd46a4
Merged pull request #299 from atmos/master.
...
Support non-standard rvm install prefixes in bira
2011-04-28 23:28:06 -07:00
Robby Russell
c550f1f844
Merged pull request #269 from oknowton/master.
...
Significantly speed up startup time (1.2 seconds for me) by removing redundant compinit calls
2011-04-28 23:24:39 -07:00