This project is mirrored from https://github.com/oh-my-fish/oh-my-fish.git.
Updated .
- 01 Sep, 2015 1 commit
-
-
Sheldon Els authored
no dependency on ruby & a little quicker. all credit to @derekstavis for the cool regexs
-
- 31 Aug, 2015 8 commits
-
-
Bruno authored
Add updated tab plugin
-
Justin Hileman authored
-
Bruno authored
Add bundler package
-
Pablo Santiago Blum de Aguiar authored
-
Justin Hileman authored
Do not convert `$HOME` when installing omf.
-
Bruno Pinto authored
Keep `$HOME` variable inside `config.fish` when installing oh my fish instead of converting it to its content.
-
Justin Hileman authored
autocomplete help
-
Bruno authored
added brew & sublime packages
-
- 30 Aug, 2015 16 commits
-
-
Sheldon Els authored
-
Sheldon Els authored
-
Jorge Bucaran authored
Adding maven plugin
-
Ben Cochez authored
-
Bruno authored
implements help for commands
-
Gabriel Marquez authored
-
Bruno authored
Fix #545: Remove custom packages and themes
-
Bruno Pinto authored
Remove function was not deleting packages and themes from the OMF_CONFIG folder.
-
Bruno authored
Update repo for local-config plugin
-
Justin Hileman authored
Since they're plugins again :P
-
Bruno authored
describe command
-
Sheldon Els authored
to easily see from commandline what each package does via their descriptions on github
-
Bruno authored
registry: add foreign-env plugin
-
Derek Stavis authored
-
Bruno authored
Update rbenv plugin git location
-
Bruno Pinto authored
-
- 29 Aug, 2015 9 commits
-
-
Bruno authored
registry: add title plugin
-
Derek Stavis authored
-
Bruno authored
Reference #517 Add default theme to database
-
Bruno Pinto authored
-
Bruno Pinto authored
-
Bruno Pinto authored
-
Bruno authored
cd command
-
Bruno Pinto authored
Jump around Oh My Fish packages and themes using `omf cd <name>`. If no <name> is specified, jump to oh my fish root folder.
-
Bruno Pinto authored
Instead of clobbering the actions with both version and help, use options instead. They are also going to be used for subcommands (e.g. omf list --help) once they support options.
-
- 28 Aug, 2015 6 commits
-
-
Jorge Bucaran authored
Change theme when creating a new theme
-
Bruno Pinto authored
We already change the current directory to the theme dir, to make it easier for development, we also change the current theme.
-
Jorge Bucaran authored
Extracting template to a file and improving it
-
Bruno Pinto authored
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.
-
Jorge Bucaran authored
Improve README clarity for custom configuration
-
Dan Underwood authored
-