From efdcf1e486ddbc5a939853012501c4f0d0ba130d Mon Sep 17 00:00:00 2001 From: TorchedSammy Date: Sat, 9 Jul 2022 17:06:11 +0000 Subject: [PATCH] deploy: e1289c1da6cbff0b0c2a0b2ab62c4e51ecf1e908 --- docs/getting-started/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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