Ashley Dev
9de97768c5
add aliases for editing zsh files and sourcing them
14 years ago
Ashley Dev
94631ea661
Add some aliases for editing .vimrc and sourcing zshrc files.
14 years ago
Ashley Dev
d6ac57747d
Add 'jj' = ESC to viins mode.
14 years ago
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
14 years ago
Ashley Dev
5d4e111994
add ashleydev theme
14 years ago
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)
14 years ago
Ashley Dev
0874c44407
Add some new aliases, and fix some bugs. Change some aliases.
...
- allow screen aliases to correctly tab-complete
14 years ago
Sorin Ionescu
1961b8d196
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
14 years ago
Robby Russell
7c3d12c7de
Merge pull request #295 from alexrinass/apache2-macports-plugin
...
Added start/stop aliases for Apache 2 installation via macports.
14 years ago
Robby Russell
d275440219
Merge pull request #290 from arthurkalm/delete-key-working
...
Make the delete key work correctly, instead of outputting a ~
14 years ago
Robby Russell
396dc787af
Merge pull request #322 from jonashuckestein/master
...
jispwoso theme
14 years ago
Robby Russell
4a497b021c
Merge pull request #324 from sorin-ionescu/plugin-compleat
...
Compleat - Completion for Human Beings Plugin
14 years ago
Robby Russell
4f71818a8b
Merge pull request #329 from juanghurtado/master
...
Support for $(current_branch) on git_parse_ahead()
14 years ago
Robby Russell
7958e54aaf
Merge pull request #330 from jtriley/jtriley-theme
...
update to jtriley-theme
14 years ago
Justin Riley
5440815c83
remove git status from prompt
14 years ago
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.
14 years ago
Sorin Ionescu
7c21432102
Fixed git-describe completion.
14 years ago
Sorin Ionescu
4622781122
Improved speed in __git_files and __git_files_relative.
14 years ago
Sorin Ionescu
0d775edc5f
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
14 years ago
Sorin Ionescu
bd1a78ae34
Added Compleat - Completion for Human Beings plugin.
14 years ago
Sorin Ionescu
8bb77deb98
Added Compleat - Completion for Human Beings plugin.
14 years ago
Sorin Ionescu
0755b753fe
Fixed Git list tags completion.
14 years ago
Jonas Huckestein
e1210cdfaa
added my theme
14 years ago
Robby Russell
0365ef0529
Merge pull request #321 from nel/fix-window-title-regex.
...
Relax pattern matching on TERM. Closes #320 .
14 years ago
Renaud (Nel) Morvan
e3cede37a0
Relax pattern matching on TERM. Closes #320 .
14 years ago
Sorin Ionescu
2c3a285a32
Replaced npm 0.x completion with 1.0 completion.
14 years ago
Sorin Ionescu
5811346525
[ #316 ] Compile zcompdump, if modified, to increase startup speed.
14 years ago
Sorin Ionescu
075cf7f59f
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
14 years ago
Robby Russell
66b7fe1b27
Merge pull request #314 from mattsacks/master.
...
Add Muse theme for 256 color terminals
14 years ago
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
14 years ago
Robby Russell
a525993f6b
Merged pull request #315 from nebirhos/master.
...
Fixies auto update (2nd try)
14 years ago
nebirhos
626fa5b1d8
fixed autoupdate
14 years ago
Matt Sacks
6d899e2391
Add muse theme for 256 color terminals
14 years ago
Robby Russell
784c56cd09
Merged pull request #312 from juanghurtado/master.
...
Personal theme: juanghurtado.zsh-theme
14 years ago
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
14 years ago
Robby Russell
f3e162c3e6
Merged pull request #310 from Ikke/master.
...
Add git-flow plugin
14 years ago
Robby Russell
e34b61fdd2
Merged pull request #270 from sankara/d03a6176aacd583993c02c7e837d10751c431875.
...
Basic autocompletion for Leiningen (fixed pull request)
14 years ago
Robby Russell
1c33f719b9
Merged pull request #311 from papercavalier/rails3.
...
Rails 3 aliases now work with Rails 2 as well.
14 years ago
Hakan Ensari
86fa4385c5
Rails 3 aliases now work with Rails 2 as well.
14 years ago
Kevin Daudt
7377ba3f7a
Added git-flow plugin
14 years ago
Robby Russell
c8ac3356c8
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
14 years ago
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
14 years ago
Robby Russell
17eba9e46c
Merged pull request #308 from juanghurtado/master.
...
New prompt methods on Git lib file
14 years ago
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
14 years ago
Robby Russell
a89d33c060
Merged pull request #307 from jtriley/jtriley-theme.
...
add my custom zsh prompt
14 years ago
Robby Russell
58413bc0f5
Merged pull request #302 from JonathanTron/5bcfab37312511a7ffc3e8242ba8b8a622ecf061.
...
New theme second try
14 years ago
Robby Russell
ed5f85c145
Merged pull request #303 from cit/master.
...
added alias for apt-cache search to deb plugin
14 years ago
Robby Russell
b8f8cd46a4
Merged pull request #299 from atmos/master.
...
Support non-standard rvm install prefixes in bira
14 years ago
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
14 years ago
Pat Regan
58a7cf19b7
Move sourcing of custom to below plugins
14 years ago