Commit Graph

1449 Commits (62d12ade0fde3fc6554692654d5674201f64ec0d)
 

Author SHA1 Message Date
Mathias Rasmussen 62d12ade0f Add Visual Studio Code plugin
Command line for Visual Studio Code

update to oh-my-fish repo
9 years ago
Derek Willian Stavis 080bf4b30b Merge pull request #246 from eugenesvk/master
Added a new theme `es` with properly formatted remote name
9 years ago
eugenesvk d5d8762f21 Added a new theme `es` with properly formatted remote name (https://github.com/oh-my-fish/theme-es) 9 years ago
Derek Willian Stavis 111eca9694 Merge pull request #245 from oh-my-fish/remove-test-themes-doc
Remove themes doc travis test
9 years ago
Derek Stavis 0a2f57d265 Remove themes doc travis test 9 years ago
Derek Willian Stavis 67ff59a57d Merge pull request #242 from oh-my-fish/git-ahead-fix
git_ahead: Fix indicator override
9 years ago
Derek Stavis de0aaeabf7 git_ahead: Fix indicator override 9 years ago
Derek Willian Stavis 3471b2c28e Merge pull request #241 from coderstephen/master
Add chain theme to db
9 years ago
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.
9 years ago
Stephen Coakley abe20318f9 Add chain theme to db 9 years ago
Derek Willian Stavis 46558a3824 Merge pull request #235 from demidovakatya/master
Tiny text improvements
9 years ago
Katya Demidova d01435bead Tiny improvements 9 years ago
Katya Demidova d1ec4d7040 Link to docs/packages#uninstall 9 years ago
Katya Demidova 3875132b82 Minor Readme fixes
some grammar/punctuation mistakes
9 years ago
Derek Willian Stavis 35491d3d51 Merge pull request #240 from oranja/alt-git_ahead
bugfix: git_ahead no longer reports 'none' as 'ahead'
9 years ago
Itzik Ephraim e83b674fd3 bugfix: git_ahead no longer reports 'none' as 'ahead' 9 years ago
Derek Willian Stavis fd40ddb033 Merge pull request #221 from oranja/alt-git_ahead
git_ahead: Rewrite code, fix ahead being reported as behind
9 years ago
Itzik Ephraim ec8c209f07 A different approach in git_ahead 9 years ago
Derek Willian Stavis ccb18ed954 Merge pull request #237 from oh-my-fish/registry/theme/add-lolfish
registry: Add lolfish theme
9 years ago
Derek Stavis 63cfb33159 registry: Add lolfish theme 9 years ago
Derek Willian Stavis dc4cdcdc57 Merge pull request #234 from hasanozgan/master
registry: add hasanozgan/theme-lambda
9 years ago
Hasan Ozgan 6f01f9b518 themes.md regenerate with script 9 years ago
Hasan Ozgan fd1cd0f5f7 registry: add hasanozgan/theme-lambda 9 years ago
Hasan Ozgan 6582dde609 registry: add hasanozgan/theme-lambda 9 years ago
Derek Willian Stavis 87db3da24a Merge pull request #233 from oranja/theme-pure
Update theme docs (Themes.md)
9 years ago
Itzik Ephraim 66a1dad908 Update theme docs (Themes.md) 9 years ago
Derek Willian Stavis 941837928a Merge pull request #231 from oranja/theme-pure
registry: add rafaelrinaldi/theme-pure
9 years ago
Itzik Ephraim 1d79b83ae8 registry: add rafaelrinaldi/theme-pure 9 years ago
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.
9 years ago
Bruno 68f450b4d0 Merge pull request #226 from oh-my-fish/remove-update-instructions
Remove update instructions
9 years ago
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.
9 years ago
Derek Willian Stavis 4057b0ddf6 Merge pull request #224 from simnalamburt/master
Update package: fasd
9 years ago
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.
9 years ago
Derek Willian Stavis fef1039a49 Merge pull request #222 from simnalamburt/master
New theme: shellder
9 years ago
Hyeon Kim 607f7603fd Update doc/Themes.md 9 years ago
Hyeon Kim aec42566cf New theme: shellder
Shellder is a fork of agnoster, with smarter functionalities
9 years ago
Bruno Pinto e7ec92f3e4 Merge pull request #178 from thecotne/patch-1 9 years ago
cotne nazarashvili 680a5dc4f3 add artisan 9 years ago
Derek Willian Stavis 9b3889b6f7 Merge pull request #219 from oranja/bugfix-quote-omf-path
Fix issue #197: quote OMF_PATH
9 years ago
Derek Willian Stavis a1856c71b1 Merge pull request #210 from oranja/omf-package-prefix
Support omf- prefix for packages
9 years ago
Itzik Ephraim 4dbb1ca57c Support omf- prefix for packages 9 years ago
Itzik Ephraim 7188fb6018 Fix issue #197: quote OMF_PATH 9 years ago
Derek Willian Stavis 5e7abd6a4d Merge pull request #218 from oranja/bugfix-git-ahead
bugfix: add missing $s in variable tests in git_ahead.fish
9 years ago
Itzik Ephraim 6fa3332438 bugfix: add missing $s in git_ahead 9 years ago
Bruno ebd5432202 Merge pull request #205 from oh-my-fish/run-tests-on-osx
Run tests on osx
9 years ago
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.
9 years ago
Bruno 74d4e90f5d Merge pull request #203 from oh-my-fish/better-test-output
Better test output
9 years ago
Bruno Pinto 58daae022b Improve assertion error messages 9 years ago
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.
9 years ago
Bruno Pinto 8fac0ca484 Improve failure reports
Show name of the test that failed with the failure message.
9 years ago