Commit Graph

10 Commits (c8337b654e912faaee641f6bc1d8547779597e39)

Author SHA1 Message Date
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.
5 years ago
Pablo Santiago Blum de Aguiar b2d7a444fb fixup! fixup! Remove occurrences of `?` as a glob 5 years ago
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
5 years ago
Stephen M. Coakley 2785f2d525
Fix #529 7 years ago
Stephen M. Coakley 8aef0b2d33
Handle missing theme setting more gracefully 7 years ago
Stephen M. Coakley a428f29c54 Update functions directory in function path when setting theme (#485) 7 years ago
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
7 years ago
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.
8 years ago
Derek Willian Stavis 0ca26d01e2 Fix theme key bindings (#334)
* init: load only key bindings from current theme

* theme: reload key bindings on theme change
8 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