try the awesome script , you always thanks to me ...
git clone https://github.com/0xmrsecurity/OSCP/
cd OSCP
Add to your local $PATH
# Edit zsh profile
nano ~/.zshrc
# Add this line at the end:
export PATH="$PATH:/home/kali/OSCP"
# Reload zsh profile
source ~/.zshrc