From a6795d792a87a4d34053f541938d165875929dd5 Mon Sep 17 00:00:00 2001 From: mwtkrayer Date: Sat, 20 Mar 2021 14:33:18 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 909b81c..bd054b8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ -Usage: session mode [args] +session +--- Manage detachable shell sessions using [dtach](https://github.com/crigler/dtach). + +```text +Usage: session mode [args] Available modes: attach | att | a attach to an existing session new | | n create a new session @@ -35,5 +39,5 @@ session info [name] session help Print this help message. -session is configured using the file '/home/stumpf/.sessionrc', which, if -non-existent, can be initialized with 'session config generate'. \ No newline at end of file +session is configured using the file '$HOME/.sessionrc', which, if +non-existent, can be initialized with 'session config generate'.''' \ No newline at end of file