This commit is contained in:
aborn 2023-02-07 11:07:27 +08:00
parent 97f7e56cce
commit 4e196277b3
1 changed files with 3 additions and 0 deletions

View File

@ -120,3 +120,6 @@ cargo install bat
# 列出当前源&切换源
nrm ls
nrm use
## 软连接,将/opt目录下软件连接到/usr下
ln -s /opt/homebrew/bin/ispell /usr/local/bin/ispell