From 4e196277b37b4afb9747a22dfa942689e4573f37 Mon Sep 17 00:00:00 2001 From: aborn Date: Tue, 7 Feb 2023 11:07:27 +0800 Subject: [PATCH] feat: ln --- shell/freqCommand.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell/freqCommand.sh b/shell/freqCommand.sh index d9d8479..fc6a57e 100644 --- a/shell/freqCommand.sh +++ b/shell/freqCommand.sh @@ -120,3 +120,6 @@ cargo install bat # 列出当前源&切换源 nrm ls nrm use + +## 软连接,将/opt目录下软件连接到/usr下 +ln -s /opt/homebrew/bin/ispell /usr/local/bin/ispell