Jouko Johansson
8b667b2299
added mvn-update
2014-03-07 01:09:04 +02:00
Markus Faerevaag
d41ac7fe3e
Updated wd plugin to v0.3.0
2014-03-04 20:25:54 +01:00
Jeff Williams
c0b98cd6ac
Added dirhistory plugin.
...
This plugin navigates directory history using ALT-LEFT and ALT-RIGHT.
2014-03-03 10:18:10 -05:00
Kaiwen Xu
2691520d6f
Integrate changes from #1841 .
2014-03-02 14:13:55 -05:00
Thiago Perrotta
564a708d6a
added the linux implementation to the battery plugin
2014-03-02 14:47:43 -03:00
Kaiwen Xu
5ba96e9a05
Fixed sublime plugin behaviors.
...
- Fixed subl search path order in Mac because Sublime Text 3 is named
Sublime Text.app by default instead of Sublime Text 3.app and they are
mostly likely to be placed in /Applications instead of
$HOME/Applications.
- Fixed sublime text binary path in Linux. The sublime_text binary
installed by Ubuntu installer is placed in /opt/sublime_text/sublime_text
instead of /usr/bin/sublime_text.
- Use zsh's built-in process detach syntax instead of nohup.
2014-03-02 03:59:27 -05:00
Michael Nikitochkin
6dcdfe61e2
🐼 Added simulator alias for Xcode plugin
...
It is often required to start simulator without Xcode.
2014-02-28 13:55:15 +02:00
Bob Williams
185cb6e373
adding support for node
2014-02-27 10:56:07 -05:00
Josh Burns
fdbf0cbe46
gem push alias and gem yank alias
2014-02-28 01:32:01 +11:00
Josh Burns
da573f6356
add gem push alias
2014-02-28 01:26:54 +11:00
Josh Burns
f139401485
add gem build alias
2014-02-28 01:26:17 +11:00
Bob Williams
56babe6538
Adds command line aliases useful for dealing with JSON
2014-02-26 19:35:24 -05:00
Robby Russell
6b3c953775
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
2014-02-25 20:27:51 -08:00
Robby Russell
6cc240811f
..a fundamental piece of matter.
2014-02-25 20:27:33 -08:00
Robby Russell
74ad998ad0
Merge pull request #2548 from puffnfresh/gitignore-plugin-url
...
Fix remaining broken URL in gitignore function
2014-02-23 06:59:12 -08:00
Robby Russell
2eb68a4e29
Merge pull request #2544 from fduch2k/patch-1
...
Update gitignore.plugin.zsh
2014-02-23 06:58:43 -08:00
Eduardo San Martin Morote
8309b0a19b
Verification of convert inside the function
...
Depending on when the path is declared this solution would work in any case
2014-02-23 10:07:26 +01:00
Chris Jones
c397000b3b
grab last item in list which is the branch instead of relying on position.
2014-02-21 22:48:38 -08:00
Chris Jones
7a546362d3
Much needed PEP8 love. Use spaces, not tabs.
2014-02-21 22:47:56 -08:00
Marc Cornellà
a951600b4e
Avoid 'title:parse error' with single quotes in $CMD
...
Fixes #2182
2014-02-21 22:16:12 +01:00
Marc Cornellà
3e5de21dc5
Revert previous commit, escape %
2014-02-21 22:16:12 +01:00
Marc Cornellà
b73ced397f
Use single quotes also in $LINE definiton
2014-02-21 22:16:12 +01:00
Marc Cornellà
b0fbe0d11a
Avoid evaluating special chars in $LINE on title command ( fixes #2234 )
2014-02-21 22:16:12 +01:00
Robby Russell
598a9c6f99
Adieu l'ami.
...
@jimweirich -- You will be missed.
2014-02-20 10:18:53 -08:00
Robby Russell
500cbbc79b
Merge pull request #2541 from puffnfresh/cabal-sandboxes-info
...
Add cabal_sandbox_info function
2014-02-19 18:23:30 -08:00
Brandon Beacher
840ae4382e
Remove mailcatcher from the bundler plugin.
...
Recommended by @sj26 per https://github.com/sj26/mailcatcher#bundler .
2014-02-19 18:55:52 -05:00
Brian McKenna
c0f716b2e5
Fix remaining broken URL in gitignore function
2014-02-19 13:33:02 -07:00
Alexander Hramov
bd4f7e24ea
Update gitignore.plugin.zsh
...
Fix URL to gi (gitignore) function in _gitignireio_get_command_list function
2014-02-19 15:08:47 +03:00
Robby Russell
861290e40b
Merge pull request #2542 from puffnfresh/gitignore-plugin-url
...
Fix URL to gi (gitignore) function
2014-02-18 19:59:02 -08:00
Brian McKenna
1df7d01618
Fix URL to gi (gitignore) function
...
Previous URL doesn't seem to work because the host requires a www
prefix.
2014-02-18 14:43:42 -07:00
Brian McKenna
358b6ffcde
Add cabal_sandbox_info function
...
Reports whether the current working directory is within a
sandbox. Useful to check before installing Cabal packages into the
global registry.
2014-02-18 14:37:59 -07:00
Chris Wiggins
fdd864bd5b
Update battery plugin to show calculating - OSX
...
Instantly after removing the charger, I have found that the "AvgTimeToEmpty" value can swing to rediculous values. Apple's current claim is that the max battery life is 12 hours, so any value larger than this is considered a "time is being calculated" value.
2014-02-17 13:32:24 +13:00
Igor Timoshenko
354593e9b2
Added Yii basic command completion
2014-02-14 14:55:00 +00:00
Kevin Bongart
1a029f2935
Add rake-fast plugin for fast rake autocompletion
2014-02-13 12:27:00 -05:00
Emanuele Zattin
f6f3e93019
Improve oneline logs
...
Add decorate and color to the normal oneline and add a new alias for graph oneline logs.
2014-02-13 10:32:52 +01:00
Luke Steensen
aa9db3e8f9
update golang plugin to match official version
2014-02-12 20:13:00 -06:00
Luke Steensen
2078e7d4de
remove duplicate 'go' plugin, symlink to 'golang'
2014-02-12 20:09:44 -06:00
Ed Lui
f3f0a54259
Updated _brew zsh autocompletion to latest Homebrew upstream
2014-02-11 22:45:41 -05:00
Robby Russell
4ce7f0a37f
Merge pull request #2515 from nupfel/plugins/iwhois
...
provides iwhois command to use CNAMES under whois.geek.nz to find most accurate whois server
2014-02-11 19:18:10 -08:00
Robby Russell
2ed99037c1
Merge pull request #2516 from lukesteensen/patch-1
...
Add 'services' command to homebrew completion
2014-02-11 19:17:05 -08:00
Luke Steensen
0d212bb218
Add 'services' command to homebrew completion
2014-02-11 21:14:02 -06:00
Tobias Kirschstein
0cb2ecff80
provides iwhois command to use CNAMES under whois.geek.nz to find most accurate whois server
2014-02-11 20:05:59 +13:00
Florian Franzen
c563fe95fb
Makes history-substring-search use term specific up and down buttons. Fixes #2089 .
2014-02-09 14:06:58 +01:00
Pavol Juhas
ed19ffee5e
Add scd plugin for smart change of directory.
...
Synced with the scd-tracker branch pavoljuhas/oh-my-zsh@9d04d8ca78
2014-02-08 20:09:51 -05:00
Huang, Tao
217d8f0540
fc -l 1
instead of history
in zsh_stats #2501
...
$HIST_STAMP breaks zsh_stats. see #2501
2014-02-06 17:29:33 +08:00
Robby Russell
ec37c05cb3
Merge pull request #2465 from klange/master
...
change nyancat telnet server
2014-02-03 22:23:46 -08:00
Robby Russell
7a6e2c05af
Merge pull request #2342 from blackjid/master
...
Prevents oh-my-zsh loading the .zshenv twice
2014-02-03 22:23:11 -08:00
Robby Russell
41d9717252
Merge pull request #2402 from bric3/battery_level_gauge
...
Adds a method that print a battery gauge
2014-02-03 22:22:36 -08:00
Felds Liscia
4d83da770a
highlight the username when root
2014-01-30 15:15:57 -02:00
mrbfrank
685ea4a361
theme agnoster: remove trailing space
...
re-implemented expired pull request https://github.com/robbyrussell/oh-my-zsh/pull/1759
2014-01-29 13:35:21 -06:00