vault backup: 2026-01-23 17:11:42

This commit is contained in:
2026-01-23 17:11:42 +08:00
parent ee4cf63930
commit 2c630e4cd2
2 changed files with 7 additions and 3 deletions

View File

@@ -12,4 +12,8 @@ aliases:
for(int i = 0;i < strlen(arr);i++)
num = num * 10 + arr[i] - '0';
```
- Linux重新加载配置文件
- Linux重新加载配置文件命令
```shell
shource ~/.bashrc #重载bashrc文件
```
-