Skip to content

Commit 6b897fb

Browse files
committed
[Fix] - readme for how to source script with homebrew on macos
1 parent 82d3061 commit 6b897fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ brew install lamhaison/formulae/aws-cli-utils
8989
## Load when start an Iterm terminal
9090
Add these lines to ~/.bashrc or ~/.zshrc or ~/.bash_profile
9191
```
92-
source "$(which aws-cli-utils.sh)" "/opt/homebrew/Cellar/aws-cli-utils/$(brew info aws-cli-utils | head -1 | awk -F "stable " '{print $2}')" "${HOME}" "True"
92+
source "$(which lhs-helpful-commandlines.sh)" "/opt/homebrew/Cellar/lhs-helpful-commandlines/$(brew info lhs-helpful-commandlines | grep -E '==> .*: stable (.*)$' | sed -E 's|==> .*: stable (.*)$|\1|g')" "True" "True"
9393
9494
```
9595

0 commit comments

Comments
 (0)