Rust : Remove bash module.
This commit is contained in:
parent
4789ae854a
commit
43c87005cc
|
@ -1,4 +0,0 @@
|
|||
# Open Rust book.
|
||||
function rust_book() {
|
||||
rustup docs --book
|
||||
}
|
10
.doc/Bash.md
10
.doc/Bash.md
|
@ -41,10 +41,6 @@ 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_space [AMOUNT]`|Install Editorconfig file (with specified spaces, 8 by default) in current directory.
|
||||
`bootstrap_flatpak`| Setup all the flatpak apps on the machine.
|
||||
|
@ -341,12 +337,6 @@ Command|Description
|
|||
`recursive <COMMAND>`|Run something recursively over all directories.
|
||||
`recursive1 <COMMAND>`|Run something recursively over directories of 1 depth (excluding current dir).
|
||||
|
||||
## Rust.
|
||||
|
||||
Command|Description
|
||||
---|---
|
||||
`rust_book`| Open Rust book.
|
||||
|
||||
## Su.
|
||||
|
||||
Command|Description
|
||||
|
|
Reference in a new issue