Commit Graph

1091 Commits

Author SHA1 Message Date
Justin Hileman
978d946c22 [split] Move gem plugin to oh-my-fish/plugin-gem
https://github.com/oh-my-fish/plugin-gem
2015-05-31 08:30:48 -07:00
Justin Hileman
96f0994900 [split] Move fry plugin to oh-my-fish/plugin-fry
https://github.com/oh-my-fish/plugin-fry
2015-05-31 08:30:48 -07:00
Justin Hileman
b264385069 [split] Move extract plugin to oh-my-fish/plugin-extract
https://github.com/oh-my-fish/plugin-extract
2015-05-31 08:30:48 -07:00
Justin Hileman
7b6ecab51b [split] Move export plugin to oh-my-fish/plugin-export
https://github.com/oh-my-fish/plugin-export
2015-05-31 08:30:48 -07:00
Justin Hileman
5b701e494c [split] Move emoji-clock plugin to oh-my-fish/plugin-emoji-clock
https://github.com/oh-my-fish/plugin-emoji-clock
2015-05-31 08:30:48 -07:00
Justin Hileman
31fb8d02dc [split] Move emacs plugin to oh-my-fish/plugin-emacs
https://github.com/oh-my-fish/plugin-emacs
2015-05-31 08:30:48 -07:00
Justin Hileman
78d56bcfd1 [split] Move ec2 plugin to oh-my-fish/plugin-ec2
https://github.com/oh-my-fish/plugin-ec2
2015-05-31 08:30:48 -07:00
Justin Hileman
a6da48b414 [split] Move dpaste plugin to oh-my-fish/plugin-dpaste
https://github.com/oh-my-fish/plugin-dpaste
2015-05-31 08:30:48 -07:00
Justin Hileman
d3b2629a88 [split] Move django plugin to oh-my-fish/plugin-django
https://github.com/oh-my-fish/plugin-django
2015-05-31 08:30:48 -07:00
Justin Hileman
6683f68f08 [split] Move composer plugin to oh-my-fish/plugin-composer
https://github.com/oh-my-fish/plugin-composer
2015-05-31 08:30:48 -07:00
Justin Hileman
c3e8ee6e32 [split] Move chruby plugin to oh-my-fish/plugin-chruby
https://github.com/oh-my-fish/plugin-chruby
2015-05-31 08:30:48 -07:00
Justin Hileman
652612208a [split] Move ccache plugin to oh-my-fish/plugin-ccache
https://github.com/oh-my-fish/plugin-ccache
2015-05-31 08:30:48 -07:00
Justin Hileman
bbbc08b953 [split] Move cask plugin to oh-my-fish/plugin-cask
https://github.com/oh-my-fish/plugin-cask
2015-05-31 08:30:48 -07:00
Justin Hileman
26332748f7 [split] Move bundler plugin to oh-my-fish/plugin-bundler
https://github.com/oh-my-fish/plugin-bundler
2015-05-31 08:30:48 -07:00
Justin Hileman
dfff6fa679 [split] Move brew plugin to oh-my-fish/plugin-brew
https://github.com/oh-my-fish/plugin-brew
2015-05-31 08:30:48 -07:00
Justin Hileman
1963af4cb0 [split] Move balias plugin to oh-my-fish/plugin-balias
https://github.com/oh-my-fish/plugin-balias
2015-05-31 08:30:48 -07:00
Justin Hileman
b2549c2005 [split] Move bak plugin to oh-my-fish/plugin-bak
https://github.com/oh-my-fish/plugin-bak
2015-05-31 08:30:48 -07:00
Justin Hileman
a90b48144c [split] Move archlinux plugin to oh-my-fish/plugin-archlinux
https://github.com/oh-my-fish/plugin-archlinux
2015-05-31 08:30:48 -07:00
Justin Hileman
9e1c281973 [split] Move android-sdk plugin to oh-my-fish/plugin-android-sdk
https://github.com/oh-my-fish/plugin-android-sdk
2015-05-31 08:30:48 -07:00
Bruno Pinto
d3b4007594 handling failures on git clone 2015-05-31 14:34:31 +01:00
Bruno Pinto
bcd032de8e using events for easier verbosity handling 2015-05-31 14:11:12 +01:00
Bruno Pinto
2930c81228 omf list function 2015-05-31 14:06:46 +01:00
Bruno Pinto
46f0a3f981 move fish functions to omf plugin 2015-05-31 13:13:23 +01:00
Bruno
8b35fae1d8 Merge pull request #465 from lloydde/doc-contrib-spec-link
Fix broken fish-spec link in CONTRIB~.md
2015-05-31 12:14:43 +01:00
Lloyd Dewolf
7a4c53f8d2 Fix broken fish-spec link in CONTRIB~.md
Also
- Now the one inline link is also footnote.
- Consistent no hard wrap here and in README.md
2015-05-30 15:59:37 -07:00
Bruno
b224c36427 Simpler readme 2015-05-30 13:41:33 +01:00
Bruno
b1e5c429d0 Manual installation using wiki page 2015-05-30 13:29:57 +01:00
Bruno
9088be429b Update README.md 2015-05-30 13:21:54 +01:00
Bruno
91f37c43ce Merge pull request #462 from bpinto/external_plugins
Vundle style plugins (external plugins)
2015-05-30 13:14:33 +01:00
Bruno
52c4896ea9 Update documentation 2015-05-30 13:11:54 +01:00
Bruno Pinto
21848fdf80 fish install and updated functions 2015-05-30 13:11:54 +01:00
Bruno Pinto
e2d9ad8ff4 new Plugin and Theme functions 2015-05-30 13:11:54 +01:00
Bruno Pinto
6a3c7a3f1f remove deprecated _append_path function 2015-05-29 21:49:48 +01:00
Bruno Pinto
25ef546fc7 simplification: do not prioritize '.config/fish/functions' 2015-05-29 21:49:48 +01:00
Bruno Pinto
8d653ba818 no more plugins or themes added to the repo 2015-05-29 21:49:48 +01:00
Bruno
87030f6797 Merge pull request #447 from Bastes/master
FIxing a problem caused by the strange "command command -v rbenv" command
2015-05-27 14:29:26 +01:00
Michel Belleville
fa253c22e9 FIxing a problem caused by the strange "command command -v rbenv"
Some systems don't have a ```command``` command ; testing for it before trying to execute it is better form.
2015-05-27 15:25:21 +02:00
Michel Belleville
e77c6cd77a FIxing a problem caused by the strange "command command -v rbenv" command 2015-05-27 15:25:21 +02:00
Jorge Bucaran
edd719c645 Merge pull request #461 from scorphus/issue-454
fix(scorphish): redirect Git stderr to /dev/null while
2015-05-24 15:19:35 +09:00
Pablo Santiago Blum de Aguiar
22001a7b50 fix(scorphish): redirect Git stderr to /dev/null while
Fix #454. Thanks @bucaran 👍

Signed-off-by: Pablo Santiago Blum de Aguiar <scorphus@gmail.com>
2015-05-23 22:06:36 -03:00
Jorge Bucaran
0e21d6be2d Merge pull request #458 from nirvdrum/custom_completions_load_fix
Custom completions load fix
2015-05-19 16:11:21 +09:00
Kevin Menard
a06a58fc70 Fix loading of custom plugin completions. 2015-05-18 22:32:42 -04:00
Kevin Menard
e6a0caf27a Add an example completion file. 2015-05-18 22:31:47 -04:00
Jorge Bucaran
c17ff864d8 Merge pull request #452 from scorphus/improve-scorphish
Improve scorphish theme
2015-05-12 11:22:35 +09:00
Pablo Santiago Blum de Aguiar
e5ef2da81f refact(scorphish): set colors on top of method to use them onwards 2015-05-11 21:52:12 -03:00
Pablo Santiago Blum de Aguiar
3ee8674112 refact(scorphish): display nada when there's neither venv nor ruby 2015-05-11 21:51:20 -03:00
Pablo Santiago Blum de Aguiar
afe748e478 refact(scorphish): colorize prompt arrows according to exit code 2015-05-11 21:50:10 -03:00
Pablo Santiago Blum de Aguiar
239f8dd089 refact(scorphish): use a flag to decide where to place git info 2015-05-11 21:50:10 -03:00
Pablo Santiago Blum de Aguiar
95ed7da00b refact(scorphish): show number of commits ahead for all remotes 2015-05-11 21:50:10 -03:00
Jorge Bucaran
31b0f12f05 Merge pull request #451 from bpinto/commits-ahead-scorphish
add commits ahead indicator to scorphish
2015-05-10 19:02:51 +09:00