Skip to content

Commit a60ca10

Browse files
committed
update:output alias
1 parent c2ab9a4 commit a60ca10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fvm.sh

+2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ function alias(){
122122
local alias_version_dir=$FVM_VERSIONS_DIR/$alias_name
123123
rm -rf $alias_version_dir
124124
ln -s $target_version_dir $alias_version_dir
125+
print_blue "alias $alias_name to $version!"
125126
}
126127

127128
function list_remote(){
@@ -163,6 +164,7 @@ function install(){
163164
if [[ ! -d "$FVM_VERSIONS_DIR/latest" ]];then
164165
alias latest $version_short
165166
fi
167+
list
166168
}
167169

168170
function main(){

0 commit comments

Comments
 (0)