Commit Graph

110 Commits

Author SHA1 Message Date
Bruno Pinto
1255651348 Workaround for https://github.com/fish-shell/fish-shell/issues/1443 2014-04-30 16:46:53 -03:00
Paul Joannon
01a6736b24 change indentation from 4 to 2 spaces 2014-04-30 16:19:35 -03:00
Paul Joannon
4ef7561cf5 remove README.md frim sprunge plugin 2014-04-30 16:19:35 -03:00
Paul Joannon
b5b965f950 add sprunge plugin 2014-04-30 16:19:35 -03:00
Vincent Pizzo
ef49f0663f Two spaces as requested 2014-04-30 15:20:15 -03:00
Vincent Pizzo
fdfdee2760 Adding gvm plugin 2014-04-30 15:20:14 -03:00
Vincent Pizzo
955c87710a Allowing arguments to be passed to _python
I'm brand new to fish so I'm not sure if this is a fix of if I'm doing something incorrectly.  On fish version 2.1.0 on osx 10.9.2 running pyhttp doesn't start the http server, instead only starts the python shell.  This fixes that issue for me at least.
2014-04-27 18:18:31 -05:00
Chris Chua
99dcf2861d fix z path scope 2014-04-22 12:28:21 -07:00
Marek Skrobacki
d387e69966 add README file with list of plugins and their short descriptions 2014-04-15 13:46:36 +01:00
Steven Knight
eef0fb484f Corrected logic when testing if exists. 2014-02-28 19:29:39 -05:00
Steven Knight
1771eec8e3 Removed unnecessary sudo 2014-02-28 19:29:39 -05:00
Steven Knight
d54c53e641 Fixed Indentation problem 2014-02-28 19:29:39 -05:00
Steven Knight
0622fe860f Ported function to zsh 2014-02-28 19:29:39 -05:00
Steven Knight
1df49b6fcd Ported function to zsh 2014-02-28 19:29:39 -05:00
Steven Knight
9e53decf64 Added description 2014-02-28 19:29:39 -05:00
Steven Knight
217bde5994 Ported function to zsh 2014-02-28 19:29:39 -05:00
Steven Knight
8be94d3471 Fixed typo 2014-02-28 19:29:39 -05:00
Steven Knight
5b3f40433e Removed command; it's not necessary. 2014-02-28 19:29:39 -05:00
Steven Knight
572b75dfd9 Fixed incorrect plugin name 2014-02-28 19:29:39 -05:00
Steven Knight
1480c2bfa5 Ported pacman aliases from oh-my-zsh's archlinux plugin.
Added support for having multiple sub-plugins within the archlinux family.
2014-02-28 19:29:39 -05:00
Dylan Garrett
a8d5fad488 Silence curl and fix www.gitignore.io API url, which now requires www. 2014-02-28 00:08:44 -05:00
Dylan Garrett
3a6b0f2e8d Use ping's timeout param for OSX compat 2014-02-28 00:07:08 -05:00
Jan Lindblom
f66fa8eae6 ndenv plugin for fish. 2014-02-16 07:46:22 -03:00
Francis Lavoie
2dc27421b2 remove python /usr/local/share, inst require anymore by brew 2014-02-16 07:36:57 -03:00
Bruno Pinto
580970644c Fixes #119: rbenv has not released a final version with support to fish yet, so for now, we are cloning the expected end-result 2014-02-16 07:34:05 -03:00
Bodo Tasche
37251b3201 added command line completion to jump plugin 2014-01-20 21:08:37 +01:00
Kris Leech
7436fc848a Plugin to start tmux with support for 256 colours 2014-01-13 19:26:31 +00:00
syl20bnr
701600c678 Add vi-mode from Ian Munsie 2014-01-10 03:56:35 -02:00
Charles Thorley
d6024ce6e4 Two-space indentation 2014-01-09 21:14:19 -08:00
Charles Thorley
2bf2e10d24 Additional gatekeeping 2014-01-09 21:14:18 -08:00
Charles Thorley
f26686a9fc Bug fixes 2014-01-09 21:14:18 -08:00
Charles Thorley
ef890addac Merge remote-tracking branch 'upstream/master'
Merging in preparation of a rebase, per maintainer's request.
2014-01-09 21:12:44 -08:00
Joshua Warner
6986fb1c2d Implement subl for Linux (assuming a standard .deb install of v3) 2014-01-07 14:18:24 -02:00
Joshua Warner
373195efd6 Detect / Launch both Sublime Text 2 and 3 2014-01-07 14:18:24 -02:00
Bruno Pinto
04011838ff Closes #95: defining local variable and fixing args check 2014-01-07 13:54:56 -02:00
Bruno Pinto
ef24766b0e Closes #81: default to python2 and fallback to python 2014-01-06 18:57:32 -02:00
Mark Derricutt
2038421b99 Updated Sublime Plugin to support version 3
Sublime Version 3 drops the version number from the application path,
so if you enable this, and use 3 - the existing plugin would
silently fail.
2013-12-13 11:16:14 +13:00
Charles Thorley
89655b2edf Actually, let's stick to builtins 2013-12-10 18:29:42 -08:00
Charles Thorley
d157cd13cc Removed realpath dependency 2013-12-10 18:22:28 -08:00
Charles Thorley
3b56be3e26 Added jump plugin 2013-12-10 17:55:51 -08:00
Bruno Pinto
62928f9aa5 allowing z plugin to use a custom path 2013-11-20 08:20:34 -02:00
Bruno Pinto
18a33690fe using _append_path function on plugins 2013-11-20 07:53:57 -02:00
Bruno Pinto
00236e5af3 tidying 2013-11-20 07:53:39 -02:00
Kris Leech
ac6610df4e Plugin to expand or extract bundled & compressed files [finishes #90] 2013-11-20 06:14:37 -02:00
Konrad Borowski
b42782e05e Fix set $PATH mistake. 2013-11-11 18:53:15 +01:00
Daniele Sluijters
1564756748 pyenv: Detect $PYENV_ROOT and act accordingly.
This also fixes issues for Homebrew users if the followed the caveat to
set PYENV_ROOT to use the homebrew created directories.
2013-11-05 23:09:44 -02:00
Daniele Sluijters
aa096727ad rbenv: Detect $RBENV_ROOT and act accordingly.
Same fix as with pyenv, if RBENV_ROOT is set, use that.

This also fixes issues for Homebrew users if they followed the caveat to
set RBENV_ROOT to use the homebrew created directories.
2013-11-03 18:18:10 +01:00
Nicolas Leclercq
b57f62e2fc add plugin to load pyenv 2013-11-02 00:26:30 -02:00
Konrad Borowski
341da0113d Update localhost.load 2013-11-02 00:23:00 -02:00
Konrad Borowski
222757edaa Add port 8001 for SHOUTcast. 2013-11-02 00:23:00 -02:00