Changing name default home kali

What have you tried: ls -d user /home/kali -m user

What is the error: usermod no changes

What device is this on: vm kali linux

can anyone tell me why it did not rename /home/kali to /home/prophet

┌──(prophet㉿djinnoffire)-[~]
└─$ sudo usermod -d /home/kali -m prophet
usermod: no changes

┌──(prophet㉿djinnoffire)-[~]
└─$ pwd
/home/kali

mv /home/kali prophet
mv: cannot move ‘/home/kali’ to a subdirectory of itself, ‘prophet’

“usermod -l prophet -d /home/prophet -m kali”

so it moved or copied everything i have my username prophet however when i pwd i get /home/kali and it should be /home/prophet i wanted to rename the default from kali:kali and home directories to prophet

i found the answer thanks