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
Ahmed Hisham Ismail
dcd95dd223
Changes quotes so that path will be set appropriately on multiple runs
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
Ahmed Hisham Ismail
269ae84c9b
Removes unnecessary single quotes
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
xiao
aac5523629
Additional chpwd clobbering fix for dirpersist
11 years ago
xiao
084792b829
Don't clobber chpwd
11 years ago
Ahmed Hisham Ismail
e1353fce3c
Adds npmE alias
...
Option to execute a command from node_modules folder
11 years ago
Kentaro Wada
daa04bae86
gnu-utils: add findutils (find,xargs,locate)
11 years ago
Boris Avdeev
5554207279
Add alias for "systemctl cat" and "systemctl edit"
11 years ago
Roland Chernov
fb8c446ea4
Thefuck: fix global variable assignment
11 years ago
Matteo Giaccone
a2b574bc9e
git plugin: make gclean safer, introduce gpristine
11 years ago
Andrew Stuart
2120b2e079
Add escaped home
11 years ago
Jerry Ling
c83575da3f
Add 'man' plugin.
...
Inspired by sudo. But we have man-preview!
11 years ago
Roland Chernov
f534b4b321
Thefuck: fixed compability with latest version
11 years ago
Roland Chernov
54e27406dc
Thefuck: replaced static alias with `eval "$(thefuck-alias)"`
11 years ago
Black Roland
8e8a13398e
Thefuck: combined with @cristim plugin. Code formating
11 years ago
Cristian Măgherușan-Stanciu
803e5dbb84
improved the check for availability
11 years ago
Cristian Măgherușan-Stanciu
0da9a4be25
fuck: added a basic plugin for https://github.com/nvbn/thefuck
11 years ago
Roland Chernov
e38455bf4f
Added conflict note (thefuck plugin)
11 years ago
linux_china
b4a8cbf6a5
spring boot plugin
11 years ago
linux_china
f838b56591
spring boot plugin readme
11 years ago
Roland Chernov
cd2213a030
Thefuck plugin README
11 years ago
Roland Chernov
7a13a407e9
Added thefuck plugin https://github.com/nvbn/thefuck
11 years ago
Andrew Janke
9a397254da
Remove redundant comments from the .zsh file (since they're in README now).
11 years ago
Andrew Janke
6d618ef70e
emoji plugin: generate char map from Unicode UTR51 data files
...
Refactor the functions and group listings to have fewer functions,
but have them take group names as parameters.
Pull group definitions in to a single associative array.
11 years ago
Andrew Stuart
afa30572f5
Add jira_url_help
11 years ago
Fabio Strozzi
ff8d799594
Esc-esc now toggles sudo.
...
Press esc-esc once to add sudo (normal behaviour), press it twice
to remove it from the beginning of the line.
11 years ago
Paul Robertson
ffe8e5465c
add '--help' to heroku commands
11 years ago
Takumi IINO
1e8196de82
passing the first argument with double quote
11 years ago
Patryk Małek
ad4675cb0a
Concise local variables declarations
11 years ago
Patryk Małek
b1772c5333
More consistent curly braces variables
11 years ago
Patryk Małek
37f45eb621
Making variables local in jira plugin
11 years ago
Patryk Małek
1e99168627
Changing indents to be more consistent (2 spaces)
11 years ago
Patryk Małek
88a30a3e2f
Changing string comparison for more zsh-like
11 years ago
Headless
750de22972
rails rake test
11 years ago
Mohnish Jadwani
dff03743ef
adds an alias to search for the rails routes that pattern match a string
11 years ago