From 2ed01f436bb4f9bbe8a1a1b6ba6301487b0294bc Mon Sep 17 00:00:00 2001 From: nick Date: Mon, 21 May 2018 09:08:56 +0800 Subject: [PATCH] update --- other.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/other.md b/other.md index 7ad1dec..8487723 100644 --- a/other.md +++ b/other.md @@ -222,5 +222,13 @@ scp [-P 端口号] [-r] username@ip:path/ ./ 补充:`-P` 指定端口,`-r` 递归 +#### source 命令 + +``` +source .zshrc #加载配置 + +source demo.sh #运行 shell 脚本 +``` +