Merge 6e4e073751
into d723fe922a
This commit is contained in:
commit
b914a57d07
|
@ -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=(
|
||||
|
|
Loading…
Reference in New Issue