Fix(nvm): Use unaliased cat command

This commit is contained in:
Kiran Koirala 2024-05-10 15:08:48 +05:45
commit 2afdd0f63c
No known key found for this signature in database

View file

@ -50,7 +50,7 @@ function _omz_setup_autoload {
zstyle -t ':omz:plugins:nvm' silent-autoload && nvm_silent="--silent"
if [[ -n "$nvmrc_path" ]]; then
local nvmrc_node_version=$(nvm version $(cat "$nvmrc_path" | tr -dc '[:print:]'))
local nvmrc_node_version=$(nvm version $(command cat "$nvmrc_path" | tr -dc '[:print:]'))
if [[ "$nvmrc_node_version" = "N/A" ]]; then
nvm install