Robby Russell
ccaaa992c7
Merge pull request #4241 from heartinpiece/master
...
Check if Zsh is installed prior to installing Oh My Zsh
11 years ago
Robby Russell
2f6d85d64e
Merge pull request #4248 from gabetax/rbenv_plugin_load_performance
...
reduce rbenv plugin load time by 150ms by removing additional brew call
11 years ago
Robby Russell
51c3ab7d76
Merge pull request #4283 from hanschen/master
...
Update autojump plugin for latest brew installation
11 years ago
Robby Russell
14e1f0c6d8
Merge pull request #4286 from RobinDaugherty/rand-quote-failure
...
Rand-quote plugin overflows stack when site is unreachable
11 years ago
Robby Russell
a228604e69
Merge pull request #4249 from KrauseFx/patch-1
...
Use https instead of http
11 years ago
Robby Russell
9c9699dcf5
Merge pull request #4250 from mcornella/fix-divide-by-zero-emoji
...
Fix divide by zero in emoji plugin
11 years ago
Robby Russell
6346cc9ba9
Merge pull request #4260 from fgibaux/patch-1
...
plugin symfony2 sf2.7 compatibility fix
11 years ago
Robby Russell
c084a13df2
Merge pull request #4259 from apjanke/jira-prefix-and-help-and-stuff
...
jira: prefix variable dashboard, default action, and completion
11 years ago
Robby Russell
e59f4cb14f
Merge pull request #4271 from loctauxphilippe/patch-1
...
added apt-get autoremove in ubuntu plugin
11 years ago
Robby Russell
9bb99e1f7b
Merge pull request #4284 from gsklee/patch-1
...
Update README.markdown
11 years ago
Robby Russell
50d329450e
Merge pull request #4289 from moonfruit/master
...
Remove redundant semicolon
11 years ago
Robby Russell
869b1046a4
Merge pull request #4292 from cxbig/master
...
improved alias conflict between git flow & git fetch
11 years ago
Robby Russell
b3f167d998
Merge pull request #3613 from apjanke/remove-sed-i
...
Installer: Remove "sed -i" for portability and hygiene
11 years ago
Robby Russell
a7aed69d02
Merge pull request #4170 from black-roland/master
...
The Fuck plugin (https://github.com/nvbn/thefuck )
11 years ago
Robby Russell
b1d57fad0d
Merge pull request #4294 from willmendesneto/master
...
Frontend-search: add search in npm website
11 years ago
Will Mendes
0a80889848
Frontend-search: add search in npm website
11 years ago
cxbig
acf6039ff3
improved alias conflict between git flow & git fetch
11 years ago
MoonFruit
0a2c31fb60
Remove redundant semicolon
...
Remove redundant semicolon to make tab() works better in ITerm 2.
11 years ago
Andrew Janke
fe92ea98e0
installer: switch twitter link to https
11 years ago
Niccolò Maggioni
d923cebdb3
Updated with @mcornella suggestions
11 years ago
Robin Daugherty
96aefd2b98
Remove code, not comment it out
...
Gaaah.
11 years ago
Robin Daugherty
241be2d28b
Fix rand-quote failure when site is unreachable
...
This plugin was designed so that if there is any failure, it will simply call itself recursively. Which means that if you were working offline, if `quote` was called in your `.zshrc`, you would be unable to open a new terminal session.
I fixed this by allowing the plugin to output nothing if a quote could not be fetched.
11 years ago
Niccolò Maggioni
058bbe4f02
General compatibility
11 years ago
Niccolò Maggioni
a127c4f88e
'ip' command compatibility and much quicker external IP detection
11 years ago
G. Kay Lee
8ab1b6d0fd
Update README.markdown
...
Fix typo
11 years ago
Hans Chen
1bf5c587a5
Update autojump plugin for latest brew installation
11 years ago
Dawid Ferenczy
76f4871d4e
Added missing commands to Vagrant plugin, updated commands description
11 years ago
Dawid Ferenczy
18ef1ee648
Merge remote-tracking branch 'robbyrussell/master'
11 years ago
Philippe Loctaux
aaf5c8f43f
added apt-get autoremove in ubuntu plugin
...
I use that command a lot of times, and there's no shortcut for that.
Now it does :)
11 years ago
章正中
1aeebf60a0
Update link
11 years ago
Tim O'Brien
7c31c7a963
Bring bgnotify plugin up to date with t413/zsh-background-notify
...
Changes include:
- time format now shows h/m/s (only when needed!)
- adds hooks only for interactive connections
- adds specific kde support (via kdialog)
- adds click-action for OS X terminals
11 years ago
fgibaux
a9daea17d8
plugin symfony2 sf2.7 compatibility fix
...
with symfony 2.7 command group titles are listed as commands. this commit prevents it.
11 years ago
Andrew Janke
dc42e8d488
jira: add completion
11 years ago
Andrew Janke
7cf892ecaa
Add dashboard support and default-action configuration.
...
Some refactoring.
11 years ago
Andrew Janke
ee4a423da5
Merge branch 'pr-4158' into jira-prefix-and-help-and-stuff
11 years ago
Andrew Janke
caf667fb30
Merge branch PR 4132 into jira-prefix-and-help-and-stuff
11 years ago
Andrew Janke
5c8b0cc0c1
Add clipcopy() and clippaste() generic cross-platform CLI clipboard functions.
...
Change copydir, copyfile, and coffee plugins to use them, instead of the Mac-only `pbcopy` command.
11 years ago
Andrew Janke
00eb465830
Merge branch 'master' into fold-terminalapp-plugin-into-termsupport
11 years ago
Andrew Janke
47d19cc564
Add defensive `emulate -L zsh` to termsupport functions
11 years ago
Andrew Janke
96c34cebae
Add a deprecation comment.
11 years ago
Marc Cornellà
9121f3e9d7
Merge pull request #4 from wkentaro/fix-git-prompt-plugin
...
Show tag name when detached status if possible
11 years ago
Kentaro Wada
c4ba3065a1
Show tag name when detached status if possible
11 years ago
Fice-T
c66c3aef81
Fix graphical bug in cypher theme when return status is non-zero
...
- When the previous command's return status is non-zero and the prompt
is redrawn, graphical errors sometimes arise due to the fg{red} not
being escaped.
11 years ago
Mohnish Jadwani
3f83331c71
removes a trailing white space
11 years ago
Marc Cornellà
be667a24b0
Remove obsolete comment
11 years ago
Marc Cornellà
3c698743fa
Clean up gitstatus.py
11 years ago
Kentaro Wada
45473c3a81
Fix for initial or detached status branch info
11 years ago
Marc Cornellà
30bed07e9c
Parse UTF-8 output from git status
11 years ago
Kentaro Wada
94007f7db2
git-prompt: collect all git status information by one cmd
...
This commit uses the `git status --porcelain -b` format to gather the
number of ahead and behind commits related to the remote branch.
11 years ago
Marc Cornellà
6ff53d173b
Cleanup of git-prompt plugin file
11 years ago