mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Merge 6e4e073751 into d723fe922a
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@
|
||||
|
||||
_tmuxinator() {
|
||||
local -a projects
|
||||
projects=(`find $HOME/.tmuxinator/ -name \*.yml| awk -F/ '{print $NF}' | sed s:.yml::g`)
|
||||
projects=(`find $HOME/.tmuxinator/ -follow -name \*.yml| awk -F/ '{print $NF}' | sed s:.yml::g`)
|
||||
|
||||
local -a commands
|
||||
commands=(
|
||||
|
||||
Reference in New Issue
Block a user