mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
75d1a0cb5a
Yosemite know's about system-ui. We do know `-apple-system` predated `system-ui` and are otherwise aware that `Menlo` and `Helvetica Neue` will exist and be 'right' on 10.10 and earlier.
29 lines
855 B
HTML
29 lines
855 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
font-family: system-ui, -apple-system, "Helvetica Neue", sans-serif;
|
|
font-size: 10pt;
|
|
}
|
|
code, tt {
|
|
font-family: ui-monospace, Menlo, monospace;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
<strong>fish</strong> is a smart and user-friendly command line shell. For more information, visit <a href="https://fishshell.com">fishshell.com</a>.
|
|
</p>
|
|
<p>
|
|
<strong>fish</strong> will be installed into <tt>/usr/local/</tt>, and its path will be added to <wbr><tt>/etc/shells</tt> if necessary.
|
|
</p>
|
|
<p>
|
|
Your default shell will <em>not</em> be changed. To make <strong>fish</strong> your login shell after the installation, run:
|
|
</p>
|
|
<p>
|
|
<code>chsh -s /usr/local/bin/fish</code>
|
|
</p>
|
|
<p>Enjoy! Bugs can be reported on <a href="https://github.org/fish-shell/fish-shell/">GitHub</a>.</p>
|
|
</body>
|
|
</html>
|