We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d3061 commit 6b897fbCopy full SHA for 6b897fb
README.md
@@ -89,7 +89,7 @@ brew install lamhaison/formulae/aws-cli-utils
89
## Load when start an Iterm terminal
90
Add these lines to ~/.bashrc or ~/.zshrc or ~/.bash_profile
91
```
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"
+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"
93
94
95
0 commit comments