shell: add and source plugins
Currently only zoxide
This commit is contained in:
parent
bda5105914
commit
80ecba5396
2 changed files with 19 additions and 0 deletions
|
@ -82,6 +82,10 @@ ${SKIP_FUNCTIONS:-false} || fnupdate
|
|||
### Options >>>
|
||||
set -o vi
|
||||
|
||||
# <<<
|
||||
### "Plugins" >>>
|
||||
${SKIP_SH_PLUGINS:-false} || careful_source "$SHELL_CONFIG_DIR/plugins"
|
||||
|
||||
# <<<
|
||||
|
||||
# <<<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue