custom plugin dir
This commit is contained in:
parent
47e33044b4
commit
b306dc5450
1 changed files with 2 additions and 1 deletions
|
@ -197,7 +197,8 @@ build_status_module() {
|
|||
load_modules() {
|
||||
local modules_list=$1
|
||||
|
||||
local modules_custom_path=$PLUGIN_DIR/custom
|
||||
local custom_path="$(get_tmux_option "@catppuccin_custom_plugin_dir" "${PLUGIN_DIR}/custom")"
|
||||
local modules_custom_path=$custom_path
|
||||
local modules_status_path=$PLUGIN_DIR/status
|
||||
local modules_window_path=$PLUGIN_DIR/window
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue