mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-15 12:12:45 +00:00
README: Better startup script description
This commit is contained in:
parent
0e01737aa0
commit
0a56f52255
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user