fix: ensure completions respect line breaks
This commit is contained in:
parent
0394198843
commit
983b666ba2
@ -26,7 +26,7 @@ for cmd in ${commands[@]}; do
|
||||
completion_dir=${XDG_CONFIG_HOME}/fish/completions/${cmd}.fish
|
||||
if [ ! -f ${completion_dir} ]; then
|
||||
echo "setup ${cmd} completion"
|
||||
echo $(${cmd} completion fish) > ${completion_dir}
|
||||
$(echo ${cmd} completion fish) > ${completion_dir}
|
||||
fi
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user