12 Commits

Author SHA1 Message Date
Justin Hileman
e7a8e74f19
Merge pull request #707 from m4rkforks/master
Fix bug when creating new theme
2020-11-30 11:47:09 -08:00
Benedict Lee
c8337b654e Enable conf.d loading for themes (#713)
Loading of conf.d files for the current theme is done after all other initialisation to ensure that everything the files need is loaded.
2019-07-22 22:20:52 -07:00
M4rk9696
62a051a201 cli: Load theme from OMF_CONFIG #554 2019-06-08 21:55:28 +05:30
Pablo Santiago Blum de Aguiar
b2d7a444fb fixup! fixup! Remove occurrences of ? as a glob 2019-02-13 09:24:22 +01:00
Pablo Santiago Blum de Aguiar
a4b2f1cfaa Remove occurrences of ? as a glob
Since Fish Shell 3.0 [1], `?` as a glob is deprecated. Fixes #644

  1. https://github.com/fish-shell/fish-shell/releases/tag/3.0.0
2019-02-13 09:24:22 +01:00
Stephen M. Coakley
2785f2d525
Fix #529 2017-10-05 10:45:01 -05:00
Stephen M. Coakley
8aef0b2d33
Handle missing theme setting more gracefully 2017-03-03 09:27:44 -06:00
Stephen M. Coakley
a428f29c54 Update functions directory in function path when setting theme (#485) 2017-02-05 14:40:56 -06:00
Stephen M. Coakley
2d1deeb5fd Replace package database with independently installed package repositories (#427)
Replace package database with independently installed package repositories

- Add support for fetching and installing from package repositories containing package URLs and metadata
- Support multiple package repository sources
- Add new repo command
- Remove submit command
- Enhance describe and search commands
- Fix and improve help text for new and adjusted commands
- Fix bundle install exit status
- Refer to plugins as "plugins" instead of the general term "packages"
- Code clarity improvements
- Put plugin/theme distinction into package metadata
2017-02-04 21:49:39 -06:00
Derek Willian Stavis
fcc9d4dc0a key bindings: test if reload function is available (#368)
This fixes a rare case when fish's builtin function
__fish_reload_key_bindings is not defined.
2016-07-23 20:49:42 -03:00
Derek Willian Stavis
0ca26d01e2 Fix theme key bindings (#334)
* init: load only key bindings from current theme

* theme: reload key bindings on theme change
2016-06-03 18:13:16 -03: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