commit
fe41c8b05b
|
|
@ -33,7 +33,7 @@ bash-it help completions # shows help for installed completions
|
||||||
bash-it help plugins # shows help for installed plugins
|
bash-it help plugins # shows help for installed plugins
|
||||||
```
|
```
|
||||||
|
|
||||||
## Your Custom scripts, aliases, and functions
|
## Your Custom scripts, aliases, themes, and functions
|
||||||
|
|
||||||
For custom scripts, and aliases, just create the following files (they'll be ignored by the git repo):
|
For custom scripts, and aliases, just create the following files (they'll be ignored by the git repo):
|
||||||
|
|
||||||
|
|
@ -41,6 +41,7 @@ For custom scripts, and aliases, just create the following files (they'll be ign
|
||||||
* `completion/custom.completion.bash`
|
* `completion/custom.completion.bash`
|
||||||
* `lib/custom.bash`
|
* `lib/custom.bash`
|
||||||
* `plugins/custom.plugins.bash`
|
* `plugins/custom.plugins.bash`
|
||||||
|
* `custom/themes/<custom theme name>/<custom theme name>.theme.bash`
|
||||||
|
|
||||||
Anything in the custom directory will be ignored, with the exception of `custom/example.bash`.
|
Anything in the custom directory will be ignored, with the exception of `custom/example.bash`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue