Robby Russell
74859240be
Merge pull request #1650 from ishtu/master
...
add vncviewer function (using "open" functionality)
13 years ago
Robby Russell
650bace5c5
Merge pull request #1663 from flavius/master
...
allow setting a custom HISTFILE before oh-my-zsh is loaded
13 years ago
Robby Russell
b0d80a0175
Merge pull request #1664 from marcel-wolf/master
...
add ssh-agent option to set default lifetime for identities
13 years ago
Robby Russell
0b5d983897
Merge pull request #1668 from sheerun/patch-1
...
Use --no-rehash option for faster startup
13 years ago
Robby Russell
6a8e79fda0
Merge pull request #1669 from desimone/master
...
support for Go (golang) completions
13 years ago
Robby Russell
2c069885cc
Merge pull request #1671 from lifinsky/master
...
Fix grails plugin
13 years ago
Yohann Bianchi
5128669a76
IMPROVED: untracked file status has priority over modified (ie: if you have both modified and untracked files, your prompt will be red indicating the presence of untracked files)
13 years ago
Serg Lifinsky
c1c77685ed
Fix grails plugin
...
Fix problem with "basename" command error "extra operand" (do not work with array)
13 years ago
Bobby DeSimone
7c50867d2e
Added golang completion support from golang.org
14 years ago
Adam Stankiewicz
0ed1adeaad
Use --no-rehash option for faster startup
14 years ago
Ben Marshall-Corser
f7f487c426
Alias for commit and commit all with amend
...
For the lazy and forgetful. Don't worry, a bang is fine in an alias and completion.
🎉
14 years ago
Marcel Wolf
2a1c9ff340
add ssh-agent option to set default lifetime of identities
...
By default, ssh-agent stores identities forever. It has an option to
set a maximum lifetime for identites (useful to expire passphrase protected
keys). Allow this option to be set using:
zstyle :omz:plugins:ssh-agent lifetime <time>
14 years ago
Flavius Aspra
3826c7bf85
allow setting a custom HISTFILE before oh-my-zsh is loaded
14 years ago
Ryan Winograd
4c8bba57ac
Fix whitespace
...
That's what I get for using GitHub text editor and not checking tabs.
14 years ago
rylwin
1cfd813f79
last-working-dir: Use >! to overwrite $cache_file
...
Use ">!" to overwrite $cache_file in case noclobber is set.
When noclobber is set, zsh will not allow the use of ">" to overwrite
the contents of a file. Instead, it displays a "file exists" error.
By using ">!" instead, we tell zsh to overwrite the file without
complaining.
14 years ago
Philip Stark
56e835426b
fix git_prompt_status() to not say the repository has untracked files all the time
14 years ago
Ashley Snowdon
6c6072c492
Modified to use full parameter as newer versions of base64 uses lowercase D
14 years ago
Max Riveiro
7903f51856
Fix git dirty status in dallas.zsh-theme
14 years ago
y.s
55c6fd5c38
opt: Optimize the color scheme. Add some basic comments.
14 years ago
hacfi
4bf174c38b
Autocomplete composer default methods if composer.json is not available
...
This plugin currently doesn't autocomplete composer commands if there is no composer.json in the current dir. However, the commands create-project, init, search, selfupdate and show are still useful without a composer.json!
14 years ago
Spencer Rinehart
bdf4f5a347
Allow ":" and "-" characters in phing tasks.
...
Tasks that included hyphens or colons were being excluded from
completion. This improves the usage for this.
14 years ago
Spencer Rinehart
300f94cb0e
Use [ -nt ] instead of stat -f%m to check cache files.
14 years ago
y.s
a66bc75ad7
add: A new theme 'ys'.
14 years ago
bertag
72ec24108a
Tweaked parse_git_dirty() in lib/git.zsh to support proper dirty/clean parsing against both git 1.6 and git 1.7+
14 years ago
ishtu
49860bd61f
add function vncviwer
14 years ago
Robby Russell
0ab0e67ecf
Merge pull request #1645 from mbologna/master
...
a new theme, different from the already existent themes :)
14 years ago
Michele Bologna
0b6e735885
added comment for auto-generated hostname color
14 years ago
Michele Bologna
c2d42f5a90
added michelebologna theme
14 years ago
RomainBelorgey
20fe5e6a57
Update _capistrano
...
Add use of Capfile commands
14 years ago
Thomas Minor
3db22634a1
pipe git version check error to /dev/null (for when git doesn't exist)
14 years ago
Yohann Bianchi
5eb3ec6428
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
14 years ago
ripdog
2264c51355
Update plugins/extract/extract.plugin.zsh
...
Cause unrar to preserve directory structure. (Why is only unrar different?!)
14 years ago
Mirko Caserta
535fafde81
SBT and Scala plugins.
...
The SBT (Simple Build Tool: scala-sbt.org) plugin is an original
work of mine.
The Scala (scala-lang.org) plugin was taken from zsh-lovers.
14 years ago
Peter Bomars
ccdc5518f0
Update plugins/rvm/rvm.plugin.zsh
...
1) be gentle - first git pull request
2) added ruby 2.0.0 alias and function
14 years ago
Gao Xiang
06d5cb93ab
new plugin:
...
start fbterm automatically in /dev/tty*
14 years ago
Robby Russell
fce68bbba0
Merge pull request #1594 from jbhannah/rbenv-gems-fix
...
Fix rbenv gems helper
14 years ago
Robby Russell
1a362c11a8
Merge pull request #1583 from To1ne/pj.plugin
...
added pj.plugin
14 years ago
Ian MacLeod
3d81ecfb43
Support for Sublime Text 3, with fallback
14 years ago
Jesse B. Hannah
dace87ae36
Fix rbenv gems helper
...
Fixes gem versions with words (beta, pre) in the version or with
multiple installed versions not being highlighted, and compatibility
with GNU sed (related to robbyrussell/oh-my-zsh#1579).
14 years ago
Robby Russell
6e6cf43037
Merge pull request #1586 from HeroicEric/master
...
add rspec alias to zeus plugin
14 years ago
Eric Kelly
a5a6f6bb6c
add alias for rspec to zeus plugin
14 years ago
Toon Claes
631a8473e2
added pj.plugin
14 years ago
Florent Thoumie
6d762fa053
Add new profiles plugin.
...
Depending on the machine you're logged into, you may want to use
specific configuration. Add 'profiles' to your list of plugin will
try to find a profile for the local machine and each (sub)domain
it belongs to.
14 years ago
Yohann Bianchi
28b737416f
ADDED: Mercurial prompt info support even if hg prompt extension is unavailable
14 years ago
Yohann Bianchi
8e9cf45200
ADDED: Mercurial repository info
14 years ago
Robby Russell
615e41b0ec
Adding MIT-LICENSE Closes #655
14 years ago
Robby Russell
cf03ee6d88
Merge pull request #1534 from gberenfield/master
...
Tested fix for Issue #1479
14 years ago
Robby Russell
312da3ea05
Merge pull request #941 from dcreager/configurable-blinks-theme
...
blinks theme works with light and dark Solarized
14 years ago
Robby Russell
9ef7e8a191
Merge pull request #1077 from Mezzle/add-option-to-show-git-status
...
Add option to disable status notification
14 years ago
Robby Russell
a634d50645
Merge pull request #1054 from ptillemans/master
...
Updated subcommands for leiningen plugin
14 years ago