We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nvm_list_aliases
1 parent bfce588 commit 6aeab33Copy full SHA for 6aeab33
nvm.sh
@@ -1090,7 +1090,7 @@ nvm_list_aliases() {
1090
NVM_NO_COLORS="${NVM_NO_COLORS-}" NVM_CURRENT="${NVM_CURRENT}" nvm_print_alias_path "${NVM_ALIAS_DIR}" "${ALIAS_PATH}" &
1091
done
1092
wait
1093
- ) | sort
+ ) | command sort
1094
1095
(
1096
local ALIAS_NAME
@@ -1103,7 +1103,7 @@ nvm_list_aliases() {
1103
} &
1104
1105
1106
1107
1108
1109
local LTS_ALIAS
@@ -1117,7 +1117,7 @@ nvm_list_aliases() {
1117
1118
1119
1120
1121
return
1122
}
1123
0 commit comments