From 2b6c793c1853fe79778f503b1954b4147538d425 Mon Sep 17 00:00:00 2001 From: "robson.junior" Date: Tue, 20 Feb 2018 20:34:53 -0300 Subject: [PATCH 1/2] [-] removed unecessaary file / _previous-ps1.bkp --- _previous-ps1.bkp | 1 - 1 file changed, 1 deletion(-) delete mode 100644 _previous-ps1.bkp diff --git a/_previous-ps1.bkp b/_previous-ps1.bkp deleted file mode 100644 index 6f94ebe..0000000 --- a/_previous-ps1.bkp +++ /dev/null @@ -1 +0,0 @@ -\h:\W \u\$ From 48a2028db616073c53a4ecc9bd5a50a02e634e8a Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 20 Feb 2018 19:04:13 -0800 Subject: [PATCH 2/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54ed73b..5137588 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Just run: termtools customize ``` -It will create a file at **` ~/.basch_profile.js `**. +It will create a file at **` ~/.bash_profile.js `**. That file is a copy of our _default_ theme, with comments and all you might need to extend it. This JavaScript file **must** export a _literal object_, or a _function that returns a literal object_.