Commit Graph

1511 Commits

Author SHA1 Message Date
Derek Stavis
7d64ad33fb editorconfig: remove unused config file 2016-02-28 21:52:19 -03:00
Stephen Coakley
204de94cd4 Add config package to database 2016-02-05 21:24:13 -06:00
Miguel Molina
fcca45b16a registry: add theme mars 2016-02-03 20:41:39 +01:00
Derek Willian Stavis
4403f7a588 Merge pull request #250 from oh-my-fish/update-themes-docs
docs: update Themes.md
2016-01-25 16:49:15 -02:00
Derek Stavis
a52bd8564c docs: update Themes.md 2016-01-25 16:29:02 -02:00
Derek Willian Stavis
430a1d8af9 Merge pull request #248 from mathiasvr/patch-1
Add Visual Studio Code plugin
2016-01-25 11:36:46 -02:00
Mathias Rasmussen
62d12ade0f Add Visual Studio Code plugin
Command line for Visual Studio Code

update to oh-my-fish repo
2016-01-25 13:59:52 +01:00
Derek Willian Stavis
080bf4b30b Merge pull request #246 from eugenesvk/master
Added a new theme `es` with properly formatted remote name
2016-01-25 07:59:03 -02:00
eugenesvk
d5d8762f21 Added a new theme es with properly formatted remote name (https://github.com/oh-my-fish/theme-es) 2016-01-25 12:41:43 +03:00
Derek Willian Stavis
111eca9694 Merge pull request #245 from oh-my-fish/remove-test-themes-doc
Remove themes doc travis test
2016-01-24 17:59:08 -02:00
Derek Stavis
0a2f57d265 Remove themes doc travis test 2016-01-24 17:51:24 -02:00
Derek Willian Stavis
67ff59a57d Merge pull request #242 from oh-my-fish/git-ahead-fix
git_ahead: Fix indicator override
2016-01-21 11:03:46 -02:00
Derek Stavis
de0aaeabf7 git_ahead: Fix indicator override 2016-01-21 09:47:11 -02:00
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
VEINHORN
38a8c9b58b Update links 2016-01-19 22:44:54 +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
VEINHORN
1d8ac55521 Add several fixes to language menus 2016-01-17 19:44:26 +03:00
VEINHORN
79850c6b18 Update links in language menus 2016-01-17 19:38:56 +03:00
VEINHORN
ebb394318c Translate README to Russian 2016-01-17 19:32:43 +03:00
VEINHORN
db1e337179 Translate Packages to Russian 2016-01-17 18:40:11 +03:00
VEINHORN
b0fca32f5c Translate FAQ to Russian 2016-01-17 16:45:53 +03: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