Commit Graph

16 Commits (master)

Author SHA1 Message Date
Stephen M. Coakley 228ef9aafe Evaluate OMF_PATH at init time to fix #136 (#348) 8 years ago
Itzik Ephraim 7188fb6018 Fix issue #197: quote OMF_PATH 9 years ago
Derek Stavis 8c394771df install: migrate script from bash to fish
- Checks for a supported fish version (greater than 2.1)
- Migrate travis install script to fish
9 years ago
Stephen Coakley 18679d866e Split custom "init.fish" into clearer "before.init.fish" and "init.fish" 9 years ago
Derek Stavis c58d14fe3e Move $OMF_CONFIG variable to $OMF_PATH/init.fish
This PR sets the default value of `OMF_CONFIG` variable in
framework init.fish file. The variable can still be overridden by
the user by setting it on `~/.config/fish/config.fish file`.

This is in preparation to rewriting install script in plain fish,
which will ditch config template and stop replacing `config.fish`
contents in favor of just appending Oh My Fish startup.
9 years ago
Bruno Pinto 7c5e2b3964 Extracting template to a file and improving it
It's hard to read the template as it was being created using `echo`
instead of being defined on a separate file. Also adding some comments
to improve the configuration file readability.
9 years ago
Jorge Bucaran 2693a2fd18 %%% United States of the Fish → Wahoo + OMF %%% 9 years ago
Bruno Pinto e2d9ad8ff4 new Plugin and Theme functions 9 years ago
Jorge Bucaran e38465768f try plugin: quick theme switcher 9 years ago
Bruno 7894b030cd Update config.fish
Autojump is no longer a plugin
9 years ago
Bruno Pinto e38b220e1e Revert "fish has renamed . to source"
As @GlitchMr commented, fish 2.1 has not been released yet and even
then, the command . will only be deprecated, not removed.

This reverts commit 03833fda7b.
11 years ago
Bruno Pinto 03833fda7b fish has renamed . to source 11 years ago
Declan Kelly 333a52bff3 Changed cofiguration to configuration. 11 years ago
Kris Leech 01c60a0507 Replace non-existent `git` plugin with `bundler` in template used to generate config.fish 11 years ago
Bruno Pinto 4a250d796b lower case variable names for non-exported variables 12 years ago
Bruno Pinto 2c4b02710d template configuration file 12 years ago