- Feb 29, 2016
-
-
Derek Stavis authored
Now use pure globbing to generate 100% valid function and completion paths, effectively splitting the init process in two steps, one which paths are added, and other when initialization is done (sourcing init). Package initialization code is done in a new function called `initialize`, which takes care of the dependencies, ensuring proper `init.fish` call order and handling compatibility. This initialization code introduces a new interface for `init.fish` hook, which deprecates the previously used event model. The new interface injects three variables into `init.fish`: path, package and bundle. This variables can be used by the package to autoload paths, use bundled files, etc. Also supports key bindings by sourcing $OMF_CONFIG/key_bindings.fish and also key_bindings.fish in packages (plugins and themes) root directories. This is done when fish_user_key_bindings is called.
-
- Feb 24, 2016
-
-
dekestavis@gmail.com authored
Improve OMF CLI completions This is in response to an issue we had on the original repository. It's been some time since I did the actual work, so a double check would be nice. + Completions for `remove` + `cd` and `install` show both plugins and themes + `theme` shows only installed themes See merge request !1
-
- Feb 23, 2016
-
-
Itzik Ephraim authored
-
- Feb 06, 2016
-
-
Stephen Coakley authored
-
- Jan 26, 2016
-
-
Derek Willian Stavis authored
docs: update Themes.md
-
Derek Stavis authored
-
- Jan 25, 2016
-
-
Derek Willian Stavis authored
Add Visual Studio Code plugin
-
Mathias Rasmussen authored
Command line for Visual Studio Code update to oh-my-fish repo
-
Derek Willian Stavis authored
Added a new theme `es` with properly formatted remote name
-
-
Derek Willian Stavis authored
Remove themes doc travis test
-
Derek Stavis authored
-
- Jan 21, 2016
-
-
Derek Willian Stavis authored
git_ahead: Fix indicator override
-
Derek Stavis authored
-
Derek Willian Stavis authored
Add chain theme to db
-
Derek Stavis authored
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.
-
Stephen Coakley authored
-
- Jan 20, 2016
-
-
Derek Willian Stavis authored
Tiny text improvements
-
Katya Demidova authored
-
Katya Demidova authored
-
Katya Demidova authored
some grammar/punctuation mistakes
-
Derek Willian Stavis authored
bugfix: git_ahead no longer reports 'none' as 'ahead'
-
Itzik Ephraim authored
-
- Jan 19, 2016
-
-
Derek Willian Stavis authored
git_ahead: Rewrite code, fix ahead being reported as behind
-
- Jan 16, 2016
-
-
Itzik Ephraim authored
-
Derek Willian Stavis authored
registry: Add lolfish theme
-
Derek Stavis authored
-
- Jan 15, 2016
-
-
Derek Willian Stavis authored
registry: add hasanozgan/theme-lambda
-
Hasan Ozgan authored
-
- Jan 14, 2016
-
-
Hasan Ozgan authored
-
Hasan Ozgan authored
-
- Jan 13, 2016
-
-
Derek Willian Stavis authored
Update theme docs (Themes.md)
-
Itzik Ephraim authored
-
Derek Willian Stavis authored
registry: add rafaelrinaldi/theme-pure
-
Itzik Ephraim authored
-
- Jan 10, 2016
-
-
Derek Stavis authored
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.
-
- Jan 05, 2016
-
-
Bruno authored
Remove update instructions
-
- Jan 04, 2016
-
-
Bruno Pinto authored
Oh My Fish has been stable for many months, we no longer need the update instructions on the main README.
-
- Jan 03, 2016
-
-
Derek Willian Stavis authored
Update package: fasd
-
Hyeon Kim authored
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.
-