This project is mirrored from https://github.com/oh-my-fish/oh-my-fish.git.
Updated .
- 03 Oct, 2015 12 commits
-
-
Bruno Pinto authored
Instead of overwriting functions that use `exec fish` on test environment, skip this call if the variable `CI` has been defined on the running shell.
-
Bruno Pinto authored
This Dockerfile creates an ubuntu machine with fish-shell and the dependencies we use on our test suite installed. It does not install Oh My Fish, which one might find weird (I do). Not confident that this is the best approach, but it's the best I could find at the moment.
-
Bruno authored
Update pkg urls and add weather plugin
-
Stephen Coakley authored
-
Bruno authored
Faster loading
-
Bruno Pinto authored
-
Bruno Pinto authored
In order to support dependency between plugins a function called `require` has been added.
-
Bruno Pinto authored
Unnecessarily sourcing a `$plugin_name.fish` is affecting the loading time.
-
Bruno authored
Stash does not support --git-dir
-
Bruno Pinto authored
Stash is a shell script that does not support `--git-dir`, not even on latest versions. We need to use `git -C` which was only added on recent versions of `git`. `omf update` will fail in case omf need needs to run `git stash` and git is not compatible.
-
Bruno authored
Split custom "init.fish" into clearer "before.init.fish" and "init.fish"
-
Stephen Coakley authored
-
- 02 Oct, 2015 2 commits
- 30 Sep, 2015 4 commits
-
-
Bruno Pinto authored
-
Bruno Pinto authored
-
icyleaf authored
-
icyleaf authored
-
- 29 Sep, 2015 6 commits
-
-
Bruno authored
Move $OMF_CONFIG variable to $OMF_PATH/init.fish
-
Derek Stavis authored
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.
-
Bruno authored
Add test-generate-themes-doc.fish
-
Pyry-Samuli Lahti authored
* Run with Travis CI, if commits contain changes to `db/themes` * When run; fail build if `docs/Themes.md` is no longer up-to-date
-
Bruno authored
Add getopts pkg
-
Vincent Pizzo authored
-
- 28 Sep, 2015 11 commits
-
-
Bruno authored
Add kill-on-port pkg
-
Vincent Pizzo authored
-
Bruno authored
Remove some pushd popd, using git --git-dir --work-tree
-
Bruno authored
Add nelsonjchen theme to db
-
Nelson Chen authored
-
jeremiejig authored
-
jeremiejig authored
-
Bruno authored
Travis: Base of travis test
-
Bruno authored
Add tmux-zen plugin to db
-
Bruno authored
README: add custom config file documentation
-
Bruno authored
Remove src attribute from spacer image in the README
-
- 27 Sep, 2015 5 commits
-
-
jeremiejig authored
-
jeremiejig authored
-
jeremiejig authored
-
jeremiejig authored
Moving and renaming install_fish.sh to travis_install_fish Moving travis_* from tests to tools. rename: fish_user_function/ -> functions_override/ renaming travis_test.fish to test_runner.fish
-
jeremiejig authored
-