fc: add Chinese translation

This commit is contained in:
wizarot 2019-02-26 11:12:52 +08:00 committed by Starbeamrainbowlabs
parent 9a674892f0
commit cf4a5023c2

15
pages.zh/osx/fc.md Normal file
View File

@ -0,0 +1,15 @@
# fc
> 打开最近的命令并编辑它.
- 在系统默认编辑器中打开:
`fc`
- 指定要使用的的编辑器:
`fc -e {{'emacs'}}`
- 从历史记录中列出最近的命令:
`fc -l`