mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-01-27 04:30:35 +01:00
FIX: commands like ruby and rake where not being completed
This commit is contained in:
@@ -41,6 +41,6 @@ for cmd in $bundled_commands; do
|
|||||||
alias $cmd=bundled_$cmd
|
alias $cmd=bundled_$cmd
|
||||||
|
|
||||||
if which _$cmd > /dev/null 2>&1; then
|
if which _$cmd > /dev/null 2>&1; then
|
||||||
compdef _$cmd bundled_$cmd
|
compdef _$cmd bundled_$cmd=$cmd
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user