Merge branch 'master' of github.com:dylanaraps/shfm into master

This commit is contained in:
Dylan Araps 2020-08-07 10:37:40 +03:00
commit ab3a6932fe
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).