Ramses Ladlani
f8502965e4
Added cygwin support to atom plugin
11 years ago
Alexis Hildebrandt
dce052dac0
Add emotty plugin
...
which displays an emoji for the current $TTY.
11 years ago
Alexander Olsson
5cf0a0128b
Use local gradlew
...
Instead of requiring to add `cwd` to path, just use `gradlew` from the local folder. This is how most gradle wrapper projects are laid out
11 years ago
Henrik Hodne
8c5b948162
chruby: donʼt try to execute .sh files before loading
11 years ago
Daniel Stankevich
bb10ad0a13
Remove unnecessary sandbox fn
11 years ago
Daniel Stankevich
a8a8bc3967
Add simple Stack commands list
11 years ago
Tim O'Brien
797e1f9a64
[plugins/bgnotify] fix for iTerm2 notification clicks
11 years ago
Ramses Ladlani
6e0fcf803f
Fixed atom plugin for cygwin users
11 years ago
Andrew Janke
c9af79fcad
jira: add README, "emulate -L zsh", add "dumpconfig" action
...
(The "dumpconfig" action is for verifying the configuration behavior against what's documented in the README now.)
add "error" to some of the error messages
11 years ago
Andrew Janke
6642a99fac
xcode: extend xcselv to list versions and do completion
11 years ago
Ilia Choly
22287d0153
handle multiple paths in GOPATH
11 years ago
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
Ben Klein
dca429557a
Make Readme much clearer and explain edits.
...
Also added some examples, but those should be mostly self-explanatory.
11 years ago
Ben Klein
953e4d8926
Make Linux compatible
...
Just an if/else to determine if we're OSX or Linux and alias `at` appropriately.
11 years ago
Ilia Choly
9e9b790fe1
golang: improve go doc completion
11 years ago
Michele Bologna
6170fa41d9
Added fedora plugin, based on dnf/yum plugin
11 years ago
Marc Cornellà
82ae41ca4c
Reorder xcode plugin file
11 years ago
Marc Cornellà
213f46a296
Add xcselv documentation in the README
11 years ago
Andrew Janke
5584aa05c7
xcode: add version-based xcselv()
11 years ago
Juraj Fiala
86d881c47d
Added aliases for --now commands
...
Also removed the old sc-launch alias because this is just better.
11 years ago
Marc Cornellà
d95589d4e4
Add README for the xcode plugin
11 years ago
Marc Cornellà
ec3694c788
Make simulator dependant of currently active dev directory
...
This also gets rid of `xcode-select` command-not-found errors.
11 years ago
Marc Cornellà
24bdd8e29a
Replace xcsel function with just an alias
11 years ago
Marc Cornellà
6a830f39b6
Return error if no xcode files where found
11 years ago
Marc Cornellà
cbdad588e6
Use zsh globbing instead of ls + grep in xc function
...
Uses zsh arrays and globbing to find .xcworkspace and .xcodeproj files.
11 years ago
Marc Cornellà
38d25a3359
Update taskwarrior completion to latest version (Jul 26 2015)
...
See relevant commit at:
https://git.tasktools.org/projects/TM/repos/task/commits/3158883dc4d251
11 years ago
Marc Cornellà
75844fe1a1
Put relevant documentation into README file
11 years ago
Alexey V Zapparov
7a63ccabf6
Fix aws plugin RPROMPT pollution
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
Chris McCuller
30ef856648
Fix maintainer line
11 years ago
Michele Bologna
9a7b2d7ffb
Moved comments and credits from source to README
11 years ago
Michele Bologna
6d7c39a2ae
Added fancy-ctrl-z plugin
...
Use Ctrl-Z to switch back to Vim
I frequently need to execute random command in my shell. To achieve it I pause
Vim by pressing Ctrl-z, type command and press fg<Enter> to switch back to Vim.
The fg part really hurts me. I just wanted to hit Ctrl-z once again to get back
to Vim.
I could not find a solution, so I developed one on my own that works wonderfully
with ZSH.
Source: http://sheerun.net/2014/03/21/how-to-boost-your-vim-productivity/
11 years ago
Eric Bottard
ef4a315630
Fix invocation of gradlew
11 years ago
Andy Blyler
b08431ff74
Add codeclimate autocomplete plugin
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
Marc Cornellà
7f64092361
[vim-interaction plugin] Escaping special chars in file names and simplifying code.
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