fix(tmux): project function not found when create new session
This commit is contained in:
parent
d355e9bc01
commit
3f349f7230
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ tmux_run() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
project() {
|
tmux_project() {
|
||||||
local arg="$1"
|
local arg="$1"
|
||||||
debug "execute project with arg '${arg}'"
|
debug "execute project with arg '${arg}'"
|
||||||
get_project_path "$arg"
|
get_project_path "$arg"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue