From d1c1439fa8a3db4be0e026f070d154abb40bb370 Mon Sep 17 00:00:00 2001 From: Henrik Aalto <47699780+hhltk@users.noreply.github.com> Date: Fri, 7 Aug 2020 00:42:43 +0300 Subject: [PATCH] fixed a typo one exit -> on exit --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 5926923..e8fe22b 100644 --- a/README +++ b/README @@ -65,7 +65,7 @@ rather flexible. # store pwd in var on exit var=$(shfm) - # store pwd in a file one exit + # store pwd in a file on exit shfm > file For ease of use, a wrapper function can be added to your .shellrc (.bashrc, etc).