Commit Graph

2215 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Robby Russell
df0305aba5 Merge pull request #2368 from lumbric/master
fix name schema for sudo plugin
2014-01-28 16:22:14 -08:00
Kevin Lange
a48fd1e808 Update nyan.plugin.zsh 2014-01-24 10:27:41 -08:00
Kevin Lange
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
Brice Dutheil
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
Robby Russell
d485044169 Merge pull request #2389 from driver2000/patch-1
Fix bad right prompt placing.
2014-01-06 20:06:10 -08:00
Robby Russell
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
Pablo Cantero
4354f91171 Fixes tmuxinator plugin find on OSX 2014-01-03 11:52:33 -02:00
Robby Russell
e2838f75f0 Merge pull request #2396 from soluwalana/master
Fix WIP false positive
2014-01-02 16:01:28 -08:00
Sam O
d60522c7a2 escape dashes 2014-01-02 15:53:34 -08:00
Sam O
827d9dfcb4 Update git.plugin.zsh 2014-01-02 15:48:09 -08:00
Daniele
3e5e2d45e9 Fix bad right prompt placing. 2013-12-31 12:41:28 +01:00
lumbric
b58b996b40 fix name schema for sudo plugin
Plugin won't load automatically if added to variable $plugins, if name schema different than $name/$name.plugin.zsh is used (see is_plugin() in oh-my-zsh.sh).
2013-12-21 19:49:44 +01:00
Robby Russell
a38af27991 Revert "Cancel update if the current user doesn't have write permissions for the oh-my-zsh directory."
This reverts commit 152e1e07e0.
2013-12-18 17:03:33 -08:00
Robby Russell
c9e5adb637 Merge pull request #2358 from n-st/master
Cancel update if the current user doesn't have write permissions for the oh-my-zsh directory.
2013-12-18 17:01:01 -08:00
n.st
152e1e07e0 Cancel update if the current user doesn't have write permissions for the oh-my-zsh directory. 2013-12-18 18:27:20 +01:00
Juan Ignacio Donoso
dbdd23d0fa Prevents oh-my-zsh loading the .zshenv twice 2013-12-13 19:05:35 -03:00
Robby Russell
357ab4912b Merge pull request #2316 from BBonifield/master
Making auto-correction off by default.

Okay, I don't feel so strongly these days about this.
2013-12-04 21:02:58 -08:00
Bob Bonifield
f082d7a245 Making auto-correction off by default
- Allows for the user to turn on auto-correction using the
$ENABLE_CORRECTION variable
- Adds aliases regardless of variable assignment to aid users that use
setopt to turn correction back on in their zshrc
2013-12-04 20:59:57 -07:00
Robby Russell
8c93142b13 Merge pull request #2303 from petervanderdoes/git-flow-avh
Update git-flow-avh 1.7.0
2013-12-03 12:51:39 -08:00
Robby Russell
6fa64b7199 Merge pull request #2296 from pstadler/master
check_for_upgrade.sh: source ~/.profile only if it exists
2013-12-03 12:51:00 -08:00
Peter van der Does
2ffca06806 Update git-flow-avh 1.7.0 2013-12-03 08:56:18 -05:00
Patrick Stadler
858c515df2 source ~/.profile only if it exists 2013-12-03 09:52:51 +01:00
Robby Russell
4e34588a5b Merge pull request #2208 from onemouth/master
Update git.plugin.zsh
2013-12-03 00:20:36 -08:00
Robby Russell
032ca0d67c Merge pull request #2173 from jeffrey4l/venv
Add support .venv folder as virtual env
2013-12-03 00:19:21 -08:00
Robby Russell
7d1b668f41 Merge pull request #2159 from pungoyal/master
removing a github redirect during install
2013-12-03 00:18:44 -08:00
Robby Russell
f0a7adcd3d Merge pull request #2176 from dejanlukan/spectrum
Added the spectrum_bls function, which prints all 256 colors set as the background.
2013-12-03 00:18:17 -08:00
Robby Russell
b8c1566835 Merge pull request #2194 from kevinxucs/gitignore-fix
Minor gitignore fix.
2013-12-03 00:16:59 -08:00
Robby Russell
83c18f8553 Merge pull request #2195 from KevinBongart/command_blacklist_for_bundler_plugin
Add command blacklist support to bundler plugin
2013-12-03 00:16:22 -08:00
Robby Russell
aed9cff57a Merge pull request #2215 from posva/rand-quote
Update rand-quote plugin
2013-12-03 00:15:24 -08:00
Robby Russell
b422b073f1 Merge pull request #2255 from shadyproject/plugin/xcode-support
basic command line xcode functionality
2013-12-03 00:04:00 -08:00
Robby Russell
4be8c51446 Merge pull request #2258 from amilaperera/master
getting the projects name correctly and making compdef to work with mux ...
2013-12-03 00:03:34 -08:00