Justin Mazzi
7fd1bf597f
Fix formatting
14 years ago
Justin Mazzi
6f4c69cb48
Add instructions on handling updates and prompts.
14 years ago
Dylan Hudson
99a3c3c5c8
changed the alias to use to cli provided by sublime text
14 years ago
Dylan Hudson
5eb466a788
added aliases for sublime text
14 years ago
Martin Meredith
8ce35df2c5
Add option to disable status notification
...
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
14 years ago
Sébastien M-B
741388be00
Merge remote branch 'upstream/master'
...
Conflicts:
lib/completion.zsh
14 years ago
ntpeters
e429a880e6
Added yum aliases for: makecache, grouplist, groupinstall, and groupremove.
14 years ago
Daniel Bayerlein
8942d304ff
Add Theme "itchy"
14 years ago
Steven G. Harms
9b05a44387
Adds glo; glp (arg)
...
* glo := git log --oneline
* glp := git log --pretty=arg
14 years ago
Daniel Lockard
12e181c6f6
Added an if-statement to see if git is installed
14 years ago
Peter Tillemans
dc30743095
Added subcommands for leiningen 1.7.0
14 years ago
cmar
8762b27d67
command to restart pow process
14 years ago
Corey Woodcox
0b70b6d048
small changes to make it prettier
14 years ago
Corey Woodcox
a75aabad1e
add the half-life theme based on steeef and lambda
14 years ago
Derek Wyatt
94dd651536
Added an <esc> to the begining of everything. I ran something when I was in insert mode once and all it did was shove !args... into the buffer. <esc> first.
14 years ago
Derek Wyatt
c2e459ad43
Updated the README to include documentation on the postCallVim callout
14 years ago
Derek Wyatt
04a7536641
Added an optional callout to the end of the interaction function. I put it in to allow me to put the window focus on MacVim / GVim depending on the different OS I happen to be on
14 years ago
fred-o
a4748a2aad
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
14 years ago
Piotr Solnica
ce6a21c3b3
[themes/josh] Use $(current_branch) in prompt
14 years ago
Henry Yan
e9feccf6a9
add maven plugin
14 years ago
dir01
60c3fa9371
Python plugin: added pygrep command, simplified pyclean
14 years ago
Derek Wyatt
92227f171a
Fixed: If you callvim on a non-existant file with a relative path, the CWD of the running gvim process is used, and that's not right. We use the PWD explicitly instead, in this case
14 years ago
Derek Wyatt
e652756fdb
A plugin that makes it easier to interact with the (single) running instance of gvim
14 years ago
mapc
605ad8725b
Add a cat smilie as alias for cat
14 years ago
Mat Schaffer
5f72c63136
Don't clobber standard Esc+. behavior
...
Esc+. works as "last arg" on both bash and zsh. Seems like a shame to introduce a new standard.
14 years ago
Vitaliy Yanchuk
db27635d8b
Plugin for encoding strings into base64 and decoding them
14 years ago
cmar
aefacb6950
added powed command to list pow urls
14 years ago
Henry Yan
814ecfc60d
delete time filed
14 years ago
Jeffrey Dileo
c7105a5341
Disabled title function for emacs term mode
14 years ago
William Ting
4a88743d1e
fix gnzh theme to detect local rvm installations
14 years ago
Henry Yan
7ffc3e745f
change color of @ to cyan
14 years ago
Henry Yan
bd4f1eeca2
add hostname behind username, example: henryyan [02:07:20] ~/.oh-my-zsh git:(master) ✗
14 years ago
Henry Yan
c1e9d9226c
move kafeitu.zsh-theme to themes folder
14 years ago
Henry Yan
09c5996cd0
Added kafeitu theme it modified by robbyrussell
14 years ago
Tom Morris
071d0d68ec
Added link to wiki page for plugins to README.
...
The wiki is more readable than going to the plugins directory.
14 years ago
pomaxa
b1e4ef1754
current repository action
14 years ago
Rotem Yaari
19bf83e17d
Pager is 'less -R' to support colored outputs
14 years ago
Rotem Yaari
f8802bd612
Add dircycle plugin: enables cycling through the directory stack
14 years ago
Alex Light
d693711f14
made the 'd' alias only show the directories that can be cd'ed to using the number aliases
14 years ago
David Lee
fa1657e10b
Add gem build autocompletion
14 years ago
Max Masnick
d49e98267a
clean up rbenv support for 'fino' theme
14 years ago
Max Masnick
7441438afa
merge changes from offical repo
14 years ago
Andrew Ash
4e0b5be145
Fix spurious correction with sudo vim
...
user@host:~ $ sudo vim /etc/rc.conf
zsh: correct 'vim' to '.vim' [nyae]?
http://www.zsh.org/mla/users/2012/msg00028.html
14 years ago
William Roe
c9c021478e
Add completion for pip install -r - so that it autocompletes requirements filenames
14 years ago
Carlos Rodriguez
1120f97305
Merge pull request #958 from cruser42/master
...
URGENT: Fix for bug introduced in pull request 925
14 years ago
cruser42
5a5c93b334
Fixed bug introduced when fixing issue 896
14 years ago
Carlos Rodriguez
631e3d8e03
Merge pull request #868 from wgriffioen/bundler_add_rails
...
added rails to bundled_commands
14 years ago
Carlos Rodriguez
16bdd0c169
Merge pull request #925 from cruser42/bugfix/gitversionfix
...
Bugfix/gitversionfix
14 years ago
Jeff McClure
867cb3f511
[JM] Removed LSCOLOR Declaration for Wider Support
14 years ago
Jeff McClure
6272b4854c
Added New Theme: sonicradish (256 colors)
...
Forked from muse theme and inspired by mustang vim theme
Dark Background and Solarized Dark look great [ tested on OS X ]
Screenshot: https://img.skitch.com/20120221-eb1cxey5aun84tb1ak7fm376k.png
muse: https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/muse.zsh-theme
mustang: http://hcalves.deviantart.com/art/Mustang-Vim-Colorscheme-98974484http://hcalves.deviantart.com/art/Mustang-Vim-Colorscheme-98974484
14 years ago