Photo by Irina Iriser on Unsplash
Ubuntu - install rust lang π¦ and try zoxide - a smarter cd command
Table of contents
No headings in the article.
# install rust compiler π
sudo nala install rustc
# or
sudo apt install rustc
# verify π
rustc -V
# install rust package manager π¦
sudo nala install cargo
# verify π¦
cargo -V
Install zoxide - a smarter cd command:
sudo cargo install zoxide --locked
# try it
z
# output is path list
z some-folder-name
# and use "tab" key