mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-26 19:55:08 +00:00
494bdfa013
Revert "README for this fork" This reverts commit97db461e7f
. Revert "Allow foo=bar global variable assignments" This reverts commit45a2017580
. Revert "Interpret () in command position as subshell" This reverts commit0199583435
. Revert "Allow special variables $?,$$,$@,$#" This reverts commit4a71ee1288
. Revert "Allow $() in command position" This reverts commit4b99fe2288
. Revert "Turn off full LTO" This reverts commitb1213f1385
. Revert "Back out "bind: Remove "c-" and "a-" shortcut notation"" This reverts commitf43abc42f9
. Revert "Un-hide documentation of non-fish shell builtins" This reverts commit485201ba2e
.
28 lines
854 B
HTML
28 lines
854 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>
|