Commit Graph

1442 Commits

Author SHA1 Message Date
Derek Willian Stavis
3471b2c28e Merge pull request #241 from coderstephen/master
Add chain theme to db
2016-01-20 22:32:20 -02:00
Derek Stavis
309fa3bdf1 Remove PATH save/restore code
Fixes #186 by removing the PATH save/restore code from init.fish.

There isn't a single occurence where Oh My Fish code changes the
value of PATH variable.

Plugin code which changes the PATH variable should be aware of
the side-effects and manage PATHs correctly, avoiding duplication.
2016-01-20 22:29:37 -02:00
Stephen Coakley
abe20318f9 Add chain theme to db 2016-01-20 17:30:02 -06:00
Derek Willian Stavis
46558a3824 Merge pull request #235 from demidovakatya/master
Tiny text improvements
2016-01-20 09:16:28 -02:00
Katya Demidova
d01435bead Tiny improvements 2016-01-20 05:24:57 +03:00
Katya Demidova
d1ec4d7040 Link to docs/packages#uninstall 2016-01-20 05:24:16 +03:00
Katya Demidova
3875132b82 Minor Readme fixes
some grammar/punctuation mistakes
2016-01-20 05:24:16 +03:00
Derek Willian Stavis
35491d3d51 Merge pull request #240 from oranja/alt-git_ahead
bugfix: git_ahead no longer reports 'none' as 'ahead'
2016-01-19 15:11:13 -02:00
Itzik Ephraim
e83b674fd3 bugfix: git_ahead no longer reports 'none' as 'ahead' 2016-01-19 19:00:21 +02:00
Derek Willian Stavis
fd40ddb033 Merge pull request #221 from oranja/alt-git_ahead
git_ahead: Rewrite code, fix ahead being reported as behind
2016-01-19 11:58:02 -02:00
Itzik Ephraim
ec8c209f07 A different approach in git_ahead 2016-01-16 17:30:52 +02:00
Derek Willian Stavis
ccb18ed954 Merge pull request #237 from oh-my-fish/registry/theme/add-lolfish
registry: Add lolfish theme
2016-01-16 12:08:02 -02:00
Derek Stavis
63cfb33159 registry: Add lolfish theme 2016-01-16 12:02:57 -02:00
Derek Willian Stavis
dc4cdcdc57 Merge pull request #234 from hasanozgan/master
registry: add hasanozgan/theme-lambda
2016-01-14 22:33:07 -02:00
Hasan Ozgan
6f01f9b518 themes.md regenerate with script 2016-01-14 23:35:57 +02:00
Hasan Ozgan
fd1cd0f5f7 registry: add hasanozgan/theme-lambda 2016-01-14 04:49:56 +02:00
Hasan Ozgan
6582dde609 registry: add hasanozgan/theme-lambda 2016-01-14 00:01:32 +02:00
Derek Willian Stavis
87db3da24a Merge pull request #233 from oranja/theme-pure
Update theme docs (Themes.md)
2016-01-13 09:41:56 -02:00
Itzik Ephraim
66a1dad908 Update theme docs (Themes.md) 2016-01-13 09:22:00 +02:00
Derek Willian Stavis
941837928a Merge pull request #231 from oranja/theme-pure
registry: add rafaelrinaldi/theme-pure
2016-01-12 19:50:56 -02:00
Itzik Ephraim
1d79b83ae8 registry: add rafaelrinaldi/theme-pure 2016-01-12 22:58:56 +02:00
Derek Stavis
49dda5c2f7 Reorganize omf plugin structure
This updates omf plugin to new architecture, moving
functions to `functions` directory. It also revamps the
separation of concerns between CLI and underlying
implementations, organizing them into directories,
whose are autoloaded in plugin startup.
2016-01-09 18:59:54 -02:00
Bruno
68f450b4d0 Merge pull request #226 from oh-my-fish/remove-update-instructions
Remove update instructions
2016-01-04 18:20:14 +00:00
Bruno Pinto
d3760c487d Remove update instructions
Oh My Fish has been stable for many months, we no longer need the update
instructions on the main README.
2016-01-04 12:40:19 +00:00
Derek Willian Stavis
4057b0ddf6 Merge pull request #224 from simnalamburt/master
Update package: fasd
2016-01-03 10:35:04 -02:00
Hyeon Kim
15d8dee2f1 Update fasd
Note for fasd:

Existing fasd plugin doesn't even work properly.

- No fasd_cd
- No default aliases (f, a, s, d, z, zz, ...)

So I forked it and totally rewrote it. Please consider it as different
plugin.
2016-01-03 21:31:20 +09:00
Derek Willian Stavis
fef1039a49 Merge pull request #222 from simnalamburt/master
New theme: shellder
2016-01-02 22:51:40 -02:00
Hyeon Kim
607f7603fd Update doc/Themes.md 2016-01-03 09:48:16 +09:00
Hyeon Kim
aec42566cf New theme: shellder
Shellder is a fork of agnoster, with smarter functionalities
2016-01-03 09:14:32 +09:00
Bruno Pinto
e7ec92f3e4 Merge pull request #178 from thecotne/patch-1 2016-01-02 11:49:58 +00:00
cotne nazarashvili
680a5dc4f3 add artisan 2016-01-02 11:49:50 +00:00
Derek Willian Stavis
9b3889b6f7 Merge pull request #219 from oranja/bugfix-quote-omf-path
Fix issue #197: quote OMF_PATH
2016-01-02 09:47:55 -02:00
Derek Willian Stavis
a1856c71b1 Merge pull request #210 from oranja/omf-package-prefix
Support omf- prefix for packages
2016-01-02 04:36:44 -02:00
Itzik Ephraim
4dbb1ca57c Support omf- prefix for packages 2016-01-01 20:15:49 +02:00
Itzik Ephraim
7188fb6018 Fix issue #197: quote OMF_PATH 2015-12-31 16:05:01 +02:00
Derek Willian Stavis
5e7abd6a4d Merge pull request #218 from oranja/bugfix-git-ahead
bugfix: add missing $s in variable tests in git_ahead.fish
2015-12-31 11:46:05 -02:00
Itzik Ephraim
6fa3332438 bugfix: add missing $s in git_ahead 2015-12-31 15:19:06 +02:00
Bruno
ebd5432202 Merge pull request #205 from oh-my-fish/run-tests-on-osx
Run tests on osx
2015-12-23 12:46:39 +00:00
Bruno Pinto
854493489c Run tests on Travis osx and linux machines
Unfortunately we can't use docker anymore in order to support automatic
build on OSX.
2015-12-23 12:11:56 +00:00
Bruno
74d4e90f5d Merge pull request #203 from oh-my-fish/better-test-output
Better test output
2015-12-23 12:10:53 +00:00
Bruno Pinto
58daae022b Improve assertion error messages 2015-12-21 23:00:49 +00:00
Bruno Pinto
148ce423ea Report duration of tests
OSX `date` does not support milliseconds output, so @derekstavis created
this `C` code to generate the time with milliseconds.
2015-12-21 21:53:25 +00:00
Bruno Pinto
8fac0ca484 Improve failure reports
Show name of the test that failed with the failure message.
2015-12-21 21:53:25 +00:00
Bruno Pinto
3d1a90e260 Split formatter from test runner 2015-12-21 21:53:25 +00:00
Derek Willian Stavis
0b66c436b3 Merge pull request #190 from oranja/omf-theme-colorful
Better organized 'omf theme' output
2015-12-21 19:13:28 -02:00
Itzik Ephraim
c5670bb9ee 'omf theme' now lists installed and other available themes separately.
Headings are underlined.
Current theme is highlighted in the Installed category.
2015-12-21 20:13:02 +02:00
Bruno
4e279f93f9 Merge pull request #198 from oh-my-fish/test-suite
Test suite
2015-12-19 11:49:25 +00:00
Bruno Pinto
ea4d78ffc3 Basic omf tests 2015-12-19 11:46:09 +00:00
Bruno Pinto
e17dc1bfc1 Fish-spec plugin 2015-12-19 11:46:09 +00:00
Derek Willian Stavis
e75e055185 Merge pull request #200 from oranja/master
registry: add oh-my-fish/plugin-balias
2015-12-18 16:15:25 -02:00