fix: use command -v directly.
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ if command -v mise > /dev/null; then
|
||||
eval "$(mise activate zsh)"
|
||||
fi
|
||||
#
|
||||
if [[ command -v sdcv > /dev/null ]]; then
|
||||
if command -v sdcv > /dev/null; then
|
||||
alias de="sdcv"
|
||||
fi
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user