mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Fix cpb and mvb on cdargs
This commit is contained in:
parent
9a442351f6
commit
8f636d1052
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ function _cdargs_exec ()
|
||||||
i=1;
|
i=1;
|
||||||
for arg; do
|
for arg; do
|
||||||
if [ $i -lt $# ]; then
|
if [ $i -lt $# ]; then
|
||||||
$command "$arg" "$dir";
|
eval $command "$arg" "$dir";
|
||||||
fi
|
fi
|
||||||
let i=$i+1;
|
let i=$i+1;
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue