You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,33 @@ cmdshelf is a new way of scripting.😎
33
33
34
34
You can see detailed document [here](doc/getting-started.md), or type `man cmdshelf`.
35
35
36
-
# Pro tip: set aliases
36
+
# Pro tip
37
+
## set aliases
37
38
Put this in your `.bashrc`. You don't have to type "cmdshelf" each time.
38
39
```
39
40
alias run='cmdshelf run'
40
41
alias list='cmdshelf list'
41
42
```
42
43
44
+
## Use auto bash-completion
45
+
In case of binary install suggested [here](#installsh), `cmdshelf-completion.bash` is copied under `/usr/local/etc/bash-completion.d`. All you have to do is to make bash be aware of that file.
0 commit comments