From 23f44a53708ee460b25e070de28c7c42165b3087 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 14 Oct 2020 20:48:46 +0300 Subject: Check arguments passed to cd --- man/rs.5.scd | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 man/rs.5.scd (limited to 'man/rs.5.scd') diff --git a/man/rs.5.scd b/man/rs.5.scd new file mode 100644 index 0000000..952c350 --- /dev/null +++ b/man/rs.5.scd @@ -0,0 +1,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 + -- cgit v1.2.1