25 lines
820 B
TOML
25 lines
820 B
TOML
# `sheldon` configuration file
|
|
# ----------------------------
|
|
#
|
|
# You can modify this file directly or you can use one of the following
|
|
# `sheldon` commands which are provided to assist in editing the config file:
|
|
#
|
|
# - `sheldon add` to add a new plugin to the config file
|
|
# - `sheldon edit` to open up the config file in the default editor
|
|
# - `sheldon remove` to remove a plugin from the config file
|
|
#
|
|
# See the documentation for more https://github.com/rossmacarthur/sheldon#readme
|
|
|
|
shell = "bash"
|
|
|
|
[plugins]
|
|
|
|
# TODO: Make this import the sheldon completions and cache them
|
|
# [plugins.sheldon]
|
|
# inline = 'sheldon() { sheldon completions --shell bash }'
|
|
|
|
[plugins.ngrok]
|
|
inline = 'ngrok() { ngrok completions }'
|
|
|
|
[plugins.wp]
|
|
remote = "https://raw.githubusercontent.com/wp-cli/wp-cli/v2.7.1/utils/wp-completion.bash"
|