From 987cd4b1f8a4345ced9166aa1f9f9aed08fffb8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=A5=9A=E6=9D=B0?= Date: Sun, 21 Jun 2015 23:42:17 +0800 Subject: [PATCH] Revert "Add the missing *" This reverts commit 0951e261b93ef18c25ae226dc5cca087f713f331. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ce6c36..39bef86 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Notes: - Alternatively, if you love vi-style key-bindings, use `set -o vi`. -- To see recent commands, `history`. There are also many abbreviations such as `!$` (last argument) and `!!` last command, though these are often easily replaced with **ctrl-r** and **alt-.**. +- To see recent commands, `history`. There are also many abbreviations such as `!$` (last argument) and `!!` last command, though these are often easily replaced with **ctrl-r* and **alt-.**. - To go back to the previous working directory: `cd -`