mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-26 10:13:46 +08:00
Add installation note about config.fish
Add a note to make it clearer what happens to existing config.fish files when installing omf.
This commit is contained in:
parent
d0afa91c5f
commit
b01b39ea79
|
@ -46,6 +46,8 @@ Oh-my-fish is built for recent versions of the fish shell, namely "fish 2.0".
|
|||
curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.fish | fish
|
||||
```
|
||||
|
||||
**NOTE**: The installation script renames your existing `config.fish` to `config.orig`, and replaces it with [the default oh-my-fish config](https://github.com/bpinto/oh-my-fish/blob/master/templates/config.fish). If you have existing customizations to your fish config, you will need to manually include those customizations after the install.
|
||||
|
||||
If you want to install it manually, [keep reading](#manual-installation).
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Reference in New Issue
Block a user