Merge pull request #97 from Psycho7/missing_star

Added a mising *
This commit is contained in:
Joshua Levy
2015-06-21 09:43:15 -07:00

View File

@ -70,7 +70,7 @@ Notes:
- Alternatively, if you love vi-style key-bindings, use `set -o vi`. - 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 -` - To go back to the previous working directory: `cd -`