diff --git a/docs/getting-started/index.html b/docs/getting-started/index.html index 1995bfe..af6ed7d 100644 --- a/docs/getting-started/index.html +++ b/docs/getting-started/index.html @@ -8,9 +8,9 @@ Hilbish default shell, you can simply run hilbish to start it. This will launch a normal interactive session. To exit, you can either run the exit command or hit Ctrl+D.

Setting as Default

Login shell

There are a few ways to make Hilbish your default shell. A simple way is -to make it your user/login shell.

{{ warning “It is not recommended to set Hilbish as your login shell. That is expected to be a +to make it your user/login shell.

To do that, simply run chsh -s /usr/bin/hilbish. Some distros (namely Fedora) might have lchsh instead, which is used like lchsh <user>. When prompted, you can put the path for Hilbish.

Default with terminal

The simpler way is to set the default shell for your terminal. The way of doing this depends on how your terminal settings are configured.

Run after login shell

Some shells (like zsh) have an rc file, like .zlogin, which is ran when the shell session