mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-29 21:43:55 +08:00
29 lines
791 B
HTML
29 lines
791 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
body {
|
||
|
font-family: system-ui;
|
||
|
font-size: 10pt;
|
||
|
}
|
||
|
code, tt {
|
||
|
font-family: ui-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>
|