mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
double quote instead of single quote
This commit is contained in:
parent
172f1e1b5f
commit
c9ddad94a9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ For more on fish's design philosophy, see the [design document](http://fishshell
|
|||
|
||||
## Quick Start
|
||||
|
||||
fish generally works like other shells, like bash or zsh. A few important differences can be found at <http://fishshell.com/docs/current/tutorial.html> by searching for the magic phrase 'unlike other shells'.
|
||||
fish generally works like other shells, like bash or zsh. A few important differences can be found at <http://fishshell.com/docs/current/tutorial.html> by searching for the magic phrase "unlike other shells".
|
||||
|
||||
Detailed user documentation is available by running `help` within fish, and also at <http://fishshell.com/docs/current/index.html>
|
||||
|
||||
|
|
Loading…
Reference in a new issue