From 0a56f52255031b5cf118872246645bae1014fd20 Mon Sep 17 00:00:00 2001 From: Derek Stavis Date: Sun, 6 Sep 2015 21:53:02 -0300 Subject: [PATCH] README: Better startup script description --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09c6c0a..af4ce7a 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,11 @@ Uninstall Oh My Fish. # Advanced +Oh My Fish installer places its startup code in your fish config file (`~/.config/fish/config.fish`). + ## Startup -This script runs each time a new session begins, autoloading packages, themes and your _config_ path in that order. - -The _config_ path (`~/.config/omf` by default) is defined by `$OMF_CONFIG` in `~/.config/fish/config.fish`. Modify this to load your own configuration, if you have any, as discussed in the [FAQ](FAQ.md#what-does-oh-my-fish-do-exactly). +Everytime you open a new shell the startup code initializes Oh My Fish installation path and the _config_ path (`~/.config/omf` by default), sourcing the [`init.fish`](init.fish) script afterwards, which autoload packages, themes and your custom init file. For more information check the [FAQ](docs/FAQ.md#what-does-oh-my-fish-do-exactly). ## Dotfiles