Skip to content

Commit 0ab2a83

Browse files
committed
[Docs] - add the document for adding helpful-commandlines for making search peco function menu
1 parent e7f748c commit 0ab2a83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ echo "random_string" > ~/.password_assume_role_encrypted
4949
## Settings when open terminal (I am using iterm)
5050
```
5151
mkdir -p /opt/lamhaison-tools && cd /opt/lamhaison-tools
52+
53+
# Install helpful-commandlines
54+
git clone [email protected]:lamhaison/helpful-commandlines.git
55+
echo "source /opt/lamhaison-tools/helpful-commandlines/main.sh" >> ~/.bashrc
56+
57+
# Install aws-cli-utils commandlines
5258
git clone https://github.com/lamhaison/helpful-commandlines.git
5359
echo "source /opt/lamhaison-tools/aws-cli-utils/main.sh" >> ~/.bashrc
5460
```

0 commit comments

Comments
 (0)