From 43c87005cc2dd6f21c5f9c08c0efdbdab4a9d3aa Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 13 Feb 2024 04:23:02 +0300 Subject: [PATCH] Rust : Remove bash module. --- .config/bash/module/Rust.sh | 4 ---- .doc/Bash.md | 10 ---------- 2 files changed, 14 deletions(-) delete mode 100644 .config/bash/module/Rust.sh diff --git a/.config/bash/module/Rust.sh b/.config/bash/module/Rust.sh deleted file mode 100644 index 308323b..0000000 --- a/.config/bash/module/Rust.sh +++ /dev/null @@ -1,4 +0,0 @@ -# Open Rust book. -function rust_book() { - rustup docs --book -} diff --git a/.doc/Bash.md b/.doc/Bash.md index 619a42a..bc6537e 100644 --- a/.doc/Bash.md +++ b/.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 `|Run something recursively over all directories. `recursive1 `|Run something recursively over directories of 1 depth (excluding current dir). -## Rust. - -Command|Description ----|--- -`rust_book`| Open Rust book. - ## Su. Command|Description