fixed a typo

one exit -> on exit
This commit is contained in:
Henrik Aalto 2020-08-07 00:42:43 +03:00 committed by GitHub
parent b9f475ac6b
commit d1c1439fa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -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).