From 95f92e769b0277a170751a2c07c2ff1847674daf Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 14 Sep 2018 07:57:34 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=BF=BB=E8=AF=91=E4=B8=AD=E3=80=915?= =?UTF-8?q?=20tips=20to=20improve=20productivity=20with=20zsh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tech/20180905 5 tips to improve productivity with zsh.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20180905 5 tips to improve productivity with zsh.md b/sources/tech/20180905 5 tips to improve productivity with zsh.md index c1ad0d988c..0de2e6a05c 100644 --- a/sources/tech/20180905 5 tips to improve productivity with zsh.md +++ b/sources/tech/20180905 5 tips to improve productivity with zsh.md @@ -1,6 +1,8 @@ 5 tips to improve productivity with zsh ====== +### **[翻译中] by tnuoccalanosrep** + ![](https://opensource.com/sites/default/files/styles/image-full-size/public/lead-images/features_solutions_command_data.png?itok=4_VQN3RK) The Z shell known as [zsh][1] is a [shell][2] for Linux/Unix-like operating systems. It has similarities to other shells in the `sh` (Bourne shell) family, such as as `bash` and `ksh`, but it provides many advanced features and powerful command line editing options, such as enhanced Tab completion.