You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/default_shell.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@
16
16
## Setting Nu as login shell (Linux, BSD & macOS)
17
17
18
18
::: warning
19
-
Nu is still in development and is not intended to be POSIX compliant.
20
-
Be aware that some programs on your system might assume that your login shell is [POSIX](https://en.wikipedia.org/wiki/POSIX) compatible.
21
-
Breaking that assumption can lead to unexpected issues.
19
+
Nu is not intended to be POSIX compliant.
20
+
Be aware that some programs on your system (or their documentation) might assume that your login shell is [POSIX](https://en.wikipedia.org/wiki/POSIX) compatible.
21
+
Breaking that assumption can lead to unexpected issues. See [Configuration - Login Shell](./configuration.md#configuring-nu-as-a-login-shell) for more details.
22
22
:::
23
23
24
24
To set the login shell you can use the [`chsh`](https://linux.die.net/man/1/chsh) command.
0 commit comments