File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ git clone https://github.com/arunvelsriram/lazy-connect.git ~/.lazy-connect
19
19
20
20
```
21
21
# zsh users
22
- echo "[ -f ~/.lazy-connect/lazy-connect .sh ] && source ~/.lazy-connect/lazy-connect .sh" >> ~/.zshrc
22
+ echo "[ -f ~/.lazy-connect/src .sh ] && source ~/.lazy-connect/src .sh" >> ~/.zshrc
23
23
source ~/.zshrc
24
24
```
25
25
26
26
```
27
27
# bash users
28
- echo "[ -f ~/.lazy-connect/lazy-connect .sh ] && source ~/.lazy-connect/lazy-connect .sh" >> ~/.bashrc
28
+ echo "[ -f ~/.lazy-connect/src .sh ] && source ~/.lazy-connect/src .sh" >> ~/.bashrc
29
29
source ~/.bashrc
30
30
```
31
31
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ source ./src.sh
4
+
5
+ lazy-connect " $@ "
File renamed without changes.
You can’t perform that action at this time.
0 commit comments