This website collects cookies to deliver better user experience
sudo passwd user
user
/etc/shells
command -v zsh | sudo tee -a /etc/shells
chsh -s $(which zsh)
curl -fsSL https://starship.rs/install.sh | bash
echo $(starship init zsh) >> ~/.zshrc
32
0