Commit 933e05f4 authored by Jorge Bucaran's avatar Jorge Bucaran

improve upgrade instructions

parent 2693a2fd
...@@ -53,10 +53,15 @@ There are roughly 3 kinds of packages: ...@@ -53,10 +53,15 @@ There are roughly 3 kinds of packages:
> :warning: Remember to backup your dotfiles and other sensitive data first. > :warning: Remember to backup your dotfiles and other sensitive data first.
``` ```
rm -rf "$fish_path"
curl -L git.io/omf | sh curl -L git.io/omf | sh
``` ```
You can now safely remove `$fish_path`.
```fish
rm -rf "$fish_path"
```
## I changed my prompt with `fish_config` and now I can't get my Oh My Fish theme's prompt back, what do I do? ## I changed my prompt with `fish_config` and now I can't get my Oh My Fish theme's prompt back, what do I do?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment