Andrew Janke
36fea45bfc
svn plugin: urldecode repo info
...
The repo location reported by `svn` is a URL. If you don't decode it before using it a prompt, the `%` sequences will be misinterpreted by prompt expansion and give screwy results.
Fixes #2233
11 years ago
Pablo Cantero
c7d782f1ab
Add the update from @mtwentyman https://github.com/phstc/dotfiles/pull/1
...
to make it work for older versions of capistrano
11 years ago
Eric Bottard
ef4a315630
Fix invocation of gradlew
11 years ago
Marc Cornellà
c481c62bc9
Refactor and clear up README file
11 years ago
Marc Cornellà
d982e1200f
Reorder alias definitions
11 years ago
Marc Cornellà
663ac56d54
Prettify frontend help output and clean up logic
11 years ago
willmendesneto
ff706f3ef8
Add "help" method in "frontend-search" plugin
11 years ago
Marc Cornellà
f1472f1f64
Simplify frontend-search function with assoc array
...
Also adds the lodash URL (which was missing) and uses https on those websites
that support it.
11 years ago
kyleheyne
022a060ec7
thefuck-alias -> thefuck --alias
...
Per warning message.
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
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
Hans Chen
1bf5c587a5
Update autojump plugin for latest brew installation
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
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
96c34cebae
Add a deprecation comment.
11 years ago
Kentaro Wada
c4ba3065a1
Show tag name when detached status if possible
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
Marc Cornellà
1d133ff11f
Cleanup the rest of gitstatus.py
11 years ago
Marc Cornellà
5642014ff1
Pull in simplified version from @wkentaro
...
This version uses `git status --porcelain` instead of making
multiple calls to `git status`.
11 years ago
Marc Cornellà
6443626a6b
Pull in latest version from olivierverdier/zsh-git-prompt
11 years ago
Marc Cornellà
c6a5f6efb4
Check that list_size value is not zero before division
11 years ago
Marc Cornellà
88243b846a
Use right variable name to avoid zero-length array
...
This fixes the typographic error that always assigned an undefined
array to `$names`, which made `$list_size` = 0 and triggered a
divide by zero error on the next line.
11 years ago
Gabe Martin-Dempesy
daedfcab51
reduce rbenv plugin load time by 150ms by removing additional brew call
11 years ago
Chayoung You
d20c111d78
rvm plugin: Fix `gems` to work with GNU sed
...
Fix #1579 .
11 years ago
LE Manh Cuong
0238301726
Emoji plugin - Fix wrong string comparison
11 years ago
wubaiqing
9caa215a2f
Add Baidu support to web-search plugin
11 years ago
Marc Cornellà
be10229659
Exit only if the fbterm session closed correctly
...
This prevents the previous behavior that exitted the zsh session
even if fbterm didn't start correctly.
11 years ago
Marc Cornellà
be5dcb8a59
Check if fbterm is installed and use $TTY variable
11 years ago
Marc Cornellà
ccb0ae5720
Add quotes to support folders with whitespace
11 years ago
Andrew Robertson
c3fbe4d121
Add support for Docker images from custom registries
11 years ago
Manfred Touron
720fb5b68e
Support for 'scw' command (Scaleway CLI)
11 years ago
Marc Cornellà
b760a10cb2
Use standard open command in fasd and lighthouse plugins
11 years ago
Marc Cornellà
d1d06b5675
Use standard open command in current plugins
...
Substitutes the current duplicate logic for the standard
and cross-platform function open_command in plugins:
frontend-search, jira, node, web-search
11 years ago
xiao.fan
cddfc3b038
style fixes
11 years ago
Florin Patan
cf78586f15
Update to latest Terraform release 0.6.1
11 years ago
gkze
7f3e6143ec
Add terraform completion
11 years ago