This project is mirrored from https://github.com/oh-my-fish/oh-my-fish.git.
Updated .
- 28 Aug, 2015 8 commits
-
-
Bruno Pinto authored
Instead 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 authored
The functions themselves no longer do that.
-
Wes Morgan authored
Leave that up to the caller.
-
Wes Morgan authored
Leave that up to the caller.
-
Bruno Pinto authored
Layout and links
-
Justin Hileman authored
Per conversation with @bpinto in Gitter. There's no need for two separate directories. You don't have a `.git` and `.git-custom` folder, you just put your config in `.git` :) The most straightforward interpretation of XDG basedir spec is that user configuration for omf would go in `~/.config/omf`, so let's put it there. The only question is whether omf-generated config (i.e. the `theme` file) should go there as well. By analogy with git, programmatically generated config should probably be merged in with user config. This also makes it so when a user clones their dotfiles to a new machine, both kinds of settings come with it.
-
Bruno authored
Add local-config
-
Justin Hileman authored
-
- 27 Aug, 2015 27 commits
-
-
Jorge Bucaran authored
-
Bruno Pinto authored
-
Jorge Bucaran authored
Rename 'get' to 'install'
-
Jorge Bucaran authored
No def plus template
-
Jorge Bucaran authored
-
Jorge Bucaran authored
-
Bruno Pinto authored
We already use 'install' on the command description: 'Install one or more packages.' Also call update using 'u' instead of 'p'.
-
Jorge Bucaran authored
-
Bruno authored
Current in use theme should not be deletable
-
Bruno Pinto authored
`default` was doing nothing.
-
Jorge Bucaran authored
-
Jorge Bucaran authored
-
Jorge Bucaran authored
-
Jorge Bucaran authored
Rename `omf use` to `omf theme`.
-
Bruno Pinto authored
The first time I saw `use`, I thought I could use the command for everything, including packages, but it's only used for themes. So, it's better to have a clearer name.
-
Bruno authored
United States of the Fish → Wahoo → Oh My Fish!
-
Jorge Bucaran authored
-
Jorge Bucaran authored
-
Jorge Bucaran authored
-
-
Jorge Bucaran authored
-
Bruno authored
-
-
Jorge Bucaran authored
-
Jorge Bucaran authored
-
Bruno authored
-
Bruno authored
-
- 26 Aug, 2015 5 commits
-
-
Jorge Bucaran authored
-
Bruno authored
Only show deprecation warnings when omf is loaded.
-
Bruno authored
Fix error handling when github API is unavailable.
-
Don authored
The `exit` (instead of `return`) caused the shell to quit if there was an error with github.
-
Jorge Bucaran authored
README: add title and foreign-env plugins
-