This project is mirrored from https://github.com/oh-my-fish/oh-my-fish.git.
Updated .
- 30 Aug, 2015 9 commits
- 
- 
Bruno Pinto authoredRemove function was not deleting packages and themes from the OMF_CONFIG folder. 
- 
Bruno authoredUpdate repo for local-config plugin 
- 
Justin Hileman authoredSince they're plugins again :P 
- 
Bruno authoreddescribe command 
- 
Sheldon Els authoredto easily see from commandline what each package does via their descriptions on github 
- 
Bruno authoredregistry: add foreign-env plugin 
- 
Derek Stavis authored
- 
Bruno authoredUpdate rbenv plugin git location 
- 
Bruno Pinto authored
 
- 
- 29 Aug, 2015 9 commits
- 
- 
Bruno authoredregistry: add title plugin 
- 
Derek Stavis authored
- 
Bruno authoredReference #517 Add default theme to database 
- 
Bruno Pinto authored
- 
Bruno Pinto authored
- 
Bruno Pinto authored
- 
Bruno authoredcd command 
- 
Bruno Pinto authoredJump 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 authoredInstead 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 22 commits
- 
- 
Jorge Bucaran authoredChange theme when creating a new theme 
- 
Bruno Pinto authoredWe already change the current directory to the theme dir, to make it easier for development, we also change the current theme. 
- 
Jorge Bucaran authoredExtracting template to a file and improving it 
- 
Bruno Pinto authoredIt'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 authoredImprove README clarity for custom configuration 
- 
Dan Underwood authored
- 
Dan Underwood authored
- 
Jorge Bucaran authored
- 
Jorge Bucaran authored
- 
Jorge Bucaran authored
- 
Bruno Pinto authoredThe second argument (background) was added on fish 2.2 
- 
Harrison Heck authoredFixes #524. 
- 
Harrison Heck authored
- 
Wes Morgan authored
- 
Bruno Pinto authored
- 
Bruno Pinto authoredFish should set default colors: https://github.com/fish-shell/fish-shell/blob/b32f770a69527eca4e76b9e8f648a39da17911cb/share/functions/__fish_config_interactive.fish But in case some users don't have these color variables set, use their defaults values. 
- 
Bruno Pinto authoredHaving a clear namespace `omf.` improves the readability of the code as we clarify what is the function name and what is the namespace. 
- 
Bruno Pinto authoredInstead of using custom colors, reuse fish's colors. Original fish colors here: https://github.com/fish-shell/oh-my-fish/blob/4d628d5f43dbe8b138605d1f6ecbd762187afd7f/functions/restore_original_fish_colors.fish 
- 
Wes Morgan authoredThe functions themselves no longer do that. 
- 
Wes Morgan authoredLeave that up to the caller. 
- 
Wes Morgan authoredLeave that up to the caller. 
- 
Bruno Pinto authoredLayout and links 
 
- 
