Commit Graph

5183 Commits

Author SHA1 Message Date
3e5de21dc5 Revert previous commit, escape % 2014-02-21 22:16:12 +01:00
b73ced397f Use single quotes also in $LINE definiton 2014-02-21 22:16:12 +01:00
b0fbe0d11a Avoid evaluating special chars in $LINE on title command (fixes #2234) 2014-02-21 22:16:12 +01:00
598a9c6f99 Adieu l'ami.
@jimweirich -- You will be missed.
2014-02-20 10:18:53 -08:00
500cbbc79b Merge pull request #2541 from puffnfresh/cabal-sandboxes-info
Add cabal_sandbox_info function
2014-02-19 18:23:30 -08:00
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
c0f716b2e5 Fix remaining broken URL in gitignore function 2014-02-19 13:33:02 -07:00
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
861290e40b Merge pull request #2542 from puffnfresh/gitignore-plugin-url
Fix URL to gi (gitignore) function
2014-02-18 19:59:02 -08:00
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
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
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
354593e9b2 Added Yii basic command completion 2014-02-14 14:55:00 +00:00
1a029f2935 Add rake-fast plugin for fast rake autocompletion 2014-02-13 12:27:00 -05:00
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
aa9db3e8f9 update golang plugin to match official version 2014-02-12 20:13:00 -06:00
2078e7d4de remove duplicate 'go' plugin, symlink to 'golang' 2014-02-12 20:09:44 -06:00
f3f0a54259 Updated _brew zsh autocompletion to latest Homebrew upstream 2014-02-11 22:45:41 -05:00
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
2ed99037c1 Merge pull request #2516 from lukesteensen/patch-1
Add 'services' command to homebrew completion
2014-02-11 19:17:05 -08:00
0d212bb218 Add 'services' command to homebrew completion 2014-02-11 21:14:02 -06:00
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
c563fe95fb Makes history-substring-search use term specific up and down buttons. Fixes #2089. 2014-02-09 14:06:58 +01:00
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
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
ec37c05cb3 Merge pull request #2465 from klange/master
change nyancat telnet server
2014-02-03 22:23:46 -08:00
7a6e2c05af Merge pull request #2342 from blackjid/master
Prevents oh-my-zsh loading the .zshenv twice
2014-02-03 22:23:11 -08:00
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
4d83da770a highlight the username when root 2014-01-30 15:15:57 -02:00
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
7daaa188da corrected branch character
changed ± to 
2014-01-28 21:54:00 -06:00
df0305aba5 Merge pull request #2368 from lumbric/master
fix name schema for sudo plugin
2014-01-28 16:22:14 -08:00
78ffa71cb6 updated url to latest powerline-patched fonts
clearing up some confusion in issue#1906
2014-01-28 18:02:40 -06:00
16ae4e127f Adds support capistrano multistage completion 2014-01-26 10:40:34 -02:00
3d41804fbc Improve virtualenv prompt in steeef theme 2014-01-24 23:01:35 +01:00
a48fd1e808 Update nyan.plugin.zsh 2014-01-24 10:27:41 -08:00
9b3344dd80 change nyancat telnet server
miku.acm.uiuc.edu was decommissioned a while ago; this is a sanctioned mirror
2014-01-23 20:58:23 -08:00
cc8b09366b 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-01-18 13:58:42 +01:00
7b9e48992f Add Laravel4 plugin 2014-01-17 12:59:14 +03:00
23e57c177c Adding commit hash to branch name in my favorit rjk-repos theme. 2014-01-16 12:15:41 +01:00
a6671919ab 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-01-10 22:52:18 +01:00
ca129bb550 Renames main plugin function to svn_prompt_info 2014-01-10 14:03:10 +01:00
f66ab7f98f Renamed the methods of this script 2014-01-08 03:04:54 +01:00
8ede6c6af3 Added further cleanup and svn status information 2014-01-08 02:50:58 +01:00
b0b79e0aba No need to eval in rvm_prompt_info!
Just activate word-splitting.
2014-01-07 19:08:20 +01:00
8bf8e1ecf9 Heavy refactor of svn-fast-info 2014-01-07 10:07:02 +01:00
d485044169 Merge pull request #2389 from driver2000/patch-1
Fix bad right prompt placing.
2014-01-06 20:06:10 -08:00
a609fd5616 Merge pull request #2398 from phstc/fixes-tmuxinator-plugin-find
Fixes tmuxinator plugin `find` on OSX
2014-01-06 20:03:43 -08:00
642ae64bc5 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-01-07 02:10:34 +01:00
1304ed8d25 Report the SVN need upgrade
This happen when subversion 1.7+ is used on a repository created with subversion up to 1.6
2014-01-06 14:09:40 +01:00