Revert "Add the missing *"

This reverts commit 0951e261b9.
pull/94/head
曾楚杰 2015-06-21 23:42:17 +08:00
parent 0951e261b9
commit 987cd4b1f8
1 changed files with 1 additions and 1 deletions

View File

@ -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 -`