This commit is contained in:
Jorge Bucaran 2016-05-07 04:20:55 +09:00
parent 06d13b8a8c
commit 50fb646b34
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -147,7 +147,7 @@ end
### 2. How do I use fish as my default shell? ### 2. How do I use fish as my default shell?
Add fish to the list of login shells in */etc/shells* and make it your default shell. Add fish to the list of login shells in */etc/shells* and make it the default.
```sh ```sh
echo "/usr/local/bin/fish" | sudo tee -a /etc/shells echo "/usr/local/bin/fish" | sudo tee -a /etc/shells
@ -166,9 +166,7 @@ Yes.
### 5. Where does fisherman put stuff? ### 5. Where does fisherman put stuff?
fisherman is saved to *~/.config/fish/functions/fisher.fish*. The cache and configuration go in *~/.cache/fisherman* and *~/.config/fisherman* respectively.
The cache and configuration is created in *~/.cache/fisherman* and *~/.config/fisherman* respectively.
The fishfile is saved to *~/.config/fish/fishfile*. The fishfile is saved to *~/.config/fish/fishfile*.