aboutsummaryrefslogtreecommitdiff
path: root/man/rs.5.scd
blob: 952c3506a582f4044fc9593a8735b82be64da660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
rs(5) "rs configuration"

# NAME

rs - yet another shell

# DESCRIPTION

This is yet another shell

# MOTD
The motd printed on startup is read from /etc/motd.
TODO: disable toggle

# PROMPT
To set the prompt, use the PROMPT environment variable. If one is not set,
	"  {USER}@{HOST} [{PWD}]\n{$} "
is used by default.

- {USER} is replaced by username
- {HOST} is replaced by hostname
- {$} is replaced by '#' for root and '$' for other users
- {PWD} is replaced by current directory path