2022-01-23 04:04:04 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<style>
|
|
|
|
body {
|
2022-01-29 03:43:43 +00:00
|
|
|
font-family: system-ui, -apple-system, "Helvetica Neue", sans-serif;
|
2022-01-23 04:04:04 +00:00
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
code, tt {
|
2022-01-29 03:43:43 +00:00
|
|
|
font-family: ui-monospace, Menlo, monospace;
|
2022-01-23 04:04:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
</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>
|
2022-01-26 21:51:45 +00:00
|
|
|
</html>
|