Kaiwen Xu
2c8dc7f022
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-11-28 14:36:30 +01:00
Michael Nikitochkin
ce72c9611e
🐼 Added simulator alias for Xcode plugin
...
It is often required to start simulator without Xcode.
2014-11-28 14:36:30 +01:00
Bob Williams
4f1664b448
adding support for node
2014-11-28 14:36:30 +01:00
Josh Burns
39d2d5ee49
gem push alias and gem yank alias
2014-11-28 14:36:30 +01:00
Josh Burns
9fefd9040a
add gem push alias
2014-11-28 14:36:30 +01:00
Josh Burns
cfc96e1aeb
add gem build alias
2014-11-28 14:36:29 +01:00
Bob Williams
5b8e934dc1
Adds command line aliases useful for dealing with JSON
2014-11-28 14:36:29 +01:00
Robby Russell
776a8b8fb9
..a fundamental piece of matter.
2014-11-28 14:36:29 +01:00
Eduardo San Martin Morote
bb925a41bc
Verification of convert inside the function
...
Depending on when the path is declared this solution would work in any case
2014-11-28 14:36:29 +01:00
Chris Jones
7966f59913
grab last item in list which is the branch instead of relying on position.
2014-11-28 14:36:29 +01:00
Chris Jones
bdad958a74
Much needed PEP8 love. Use spaces, not tabs.
2014-11-28 14:36:29 +01:00
Marc Cornellà
aaafe52301
Avoid 'title:parse error' with single quotes in $CMD
...
Fixes #2182
2014-11-28 14:36:29 +01:00
Marc Cornellà
4e635728d7
Revert previous commit, escape %
2014-11-28 14:36:29 +01:00
Marc Cornellà
e109741135
Use single quotes also in $LINE definiton
2014-11-28 14:36:29 +01:00
Marc Cornellà
b864492570
Avoid evaluating special chars in $LINE on title command ( fixes #2234 )
2014-11-28 14:36:29 +01:00
Robby Russell
5740a662c9
Adieu l'ami.
...
@jimweirich -- You will be missed.
2014-11-28 14:36:29 +01:00
Brandon Beacher
ba5d723f6b
Remove mailcatcher from the bundler plugin.
...
Recommended by @sj26 per https://github.com/sj26/mailcatcher#bundler .
2014-11-28 14:36:29 +01:00
Alexander Hramov
3066856791
Update gitignore.plugin.zsh
...
Fix URL to gi (gitignore) function in _gitignireio_get_command_list function
2014-11-28 14:36:29 +01:00
Brian McKenna
a71e770f6e
Fix URL to gi (gitignore) function
...
Previous URL doesn't seem to work because the host requires a www
prefix.
2014-11-28 14:36:29 +01:00
Brian McKenna
0af62c48e6
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-11-28 14:36:29 +01:00
Chris Wiggins
5156e0a343
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-11-28 14:36:29 +01:00
Igor Timoshenko
8f01fa0f4d
Added Yii basic command completion
2014-11-28 14:36:29 +01:00
Kevin Bongart
6a30b64943
Add rake-fast plugin for fast rake autocompletion
2014-11-28 14:36:29 +01:00
Emanuele Zattin
d2e31f7eda
Improve oneline logs
...
Add decorate and color to the normal oneline and add a new alias for graph oneline logs.
2014-11-28 14:36:29 +01:00
Luke Steensen
43352d21ee
update golang plugin to match official version
2014-11-28 14:36:28 +01:00
Luke Steensen
9f891eea80
remove duplicate 'go' plugin, symlink to 'golang'
2014-11-28 14:36:28 +01:00
Ed Lui
eeb0f52e67
Updated _brew zsh autocompletion to latest Homebrew upstream
2014-11-28 14:36:28 +01:00
Luke Steensen
8b6ec48d74
Add 'services' command to homebrew completion
2014-11-28 14:36:28 +01:00
Tobias Kirschstein
7d07a8f40c
provides iwhois command to use CNAMES under whois.geek.nz to find most accurate whois server
2014-11-28 14:36:28 +01:00
Florian Franzen
bd7f5e873b
Makes history-substring-search use term specific up and down buttons. Fixes #2089 .
2014-11-28 14:36:28 +01:00
Pavol Juhas
0d5d716952
Add scd plugin for smart change of directory.
...
Synced with the scd-tracker branch pavoljuhas/oh-my-zsh@9d04d8ca78
2014-11-28 14:36:28 +01:00
Huang, Tao
14ddfe4841
fc -l 1 instead of history in zsh_stats #2501
...
$HIST_STAMP breaks zsh_stats. see #2501
2014-11-28 14:36:28 +01:00
Felds Liscia
d9f9574f3b
highlight the username when root
2014-11-28 14:36:28 +01:00
mrbfrank
c2794edf09
theme agnoster: remove trailing space
...
re-implemented expired pull request https://github.com/robbyrussell/oh-my-zsh/pull/1759
2014-11-28 14:36:28 +01:00
mrbfrank
684da4ec2f
corrected branch character
...
changed ± to
2014-11-28 14:36:28 +01:00
mrbfrank
4b6afedbda
updated url to latest powerline-patched fonts
...
clearing up some confusion in issue#1906
2014-11-28 14:36:28 +01:00
Christoph Heer
7d8311c596
Improve virtualenv prompt in steeef theme
2014-11-28 14:36:28 +01:00
Kevin Lange
23023c0dd9
Update nyan.plugin.zsh
2014-11-28 14:36:28 +01:00
Kevin Lange
bbcbb7a6be
change nyancat telnet server
...
miku.acm.uiuc.edu was decommissioned a while ago; this is a sanctioned mirror
2014-11-28 14:36:28 +01:00
Brice Dutheil
1ccf123bf5
Adds a method that print a battery gauge
...
It is especially useful for themes, this function is a port of the code written by Steve Losh
and made available on [this blog entry](http://stevelosh.com/blog/2010/02/my-extravagant-zsh-prompt/#my-right-prompt-battery-capacity )
2014-11-28 14:36:28 +01:00
Evgeny Golubev
d857c1c99b
Add Laravel4 plugin
2014-11-28 14:36:28 +01:00
Tomas Pelka
5bb5756f52
Adding commit hash to branch name in my favorit rjk-repos theme.
2014-11-28 14:36:28 +01:00
LFDM
a8ad73e213
Fixes _rails_command
...
Changes precedence of the conditional clause, more recent versions come
first now. Fixes problems when users update their app and still have
the old rails files inside of their file tree.
Closes #2405 - check the discussion there for further info.
2014-11-28 14:36:28 +01:00
Brice Dutheil
e03ff80d3f
Renames main plugin function to svn_prompt_info
2014-11-28 14:36:28 +01:00
Brice Dutheil
bffab61ada
Renamed the methods of this script
2014-11-28 14:36:28 +01:00
Brice Dutheil
b3049ce534
Added further cleanup and svn status information
2014-11-28 14:36:28 +01:00
LFDM
6629d2c7a6
No need to eval in rvm_prompt_info!
...
Just activate word-splitting.
2014-11-28 14:36:27 +01:00
LFDM
ff3e169643
Heavy refactor of svn-fast-info
2014-11-28 14:36:27 +01:00
Brice Dutheil
0b74a39ec3
Inline parse_svn to avoid leaky state
...
As noted in review, `in_svn` is not properly reset to false. This is better anyway to not leak state.
2014-11-28 14:36:27 +01:00
Brice Dutheil
da079e6324
Report the SVN need upgrade
...
This happen when subversion 1.7+ is used on a repository created with subversion up to 1.6
2014-11-28 14:36:27 +01:00