Rust : Remove bash module.

This commit is contained in:
Dmitry Voronin 2024-02-13 04:23:02 +03:00
parent 4789ae854a
commit 43c87005cc
2 changed files with 0 additions and 14 deletions

View file

@ -1,4 +0,0 @@
# Open Rust book.
function rust_book() {
rustup docs --book
}

View file

@ -41,10 +41,6 @@ Command|Description
Command|Description Command|Description
---|--- ---|---
`bootstrap_rust`| Install Cargo/Rust.
`bootstrap_texlive`| Install TeXLive.
`bootstrap_grub`| Install grub theme.
`bootstrap_ffmpeg`| Install ffmpeg.
`bootstrap_editorconfig`| Install Editorconfig file (with tabs) in current directory. `bootstrap_editorconfig`| Install Editorconfig file (with tabs) in current directory.
`bootstrap_editorconfig_space [AMOUNT]`|Install Editorconfig file (with specified spaces, 8 by default) in current directory. `bootstrap_editorconfig_space [AMOUNT]`|Install Editorconfig file (with specified spaces, 8 by default) in current directory.
`bootstrap_flatpak`| Setup all the flatpak apps on the machine. `bootstrap_flatpak`| Setup all the flatpak apps on the machine.
@ -341,12 +337,6 @@ Command|Description
`recursive <COMMAND>`|Run something recursively over all directories. `recursive <COMMAND>`|Run something recursively over all directories.
`recursive1 <COMMAND>`|Run something recursively over directories of 1 depth (excluding current dir). `recursive1 <COMMAND>`|Run something recursively over directories of 1 depth (excluding current dir).
## Rust.
Command|Description
---|---
`rust_book`| Open Rust book.
## Su. ## Su.
Command|Description Command|Description