This commit is contained in:
Matthew Hoopes 2014-08-01 21:01:07 +00:00
commit 9682159e42

View file

@ -25,7 +25,7 @@ case $state in
args)
case $line[1] in
start|open|copy|delete)
_configs=(`find ~/.tmuxinator -name \*.yml | cut -d/ -f5 | sed s:.yml::g`)
_configs=(`find -L ~/.tmuxinator -name \*.yml | cut -d/ -f5 | sed s:.yml::g`)
_values 'configs' $_configs
ret=0
;;