aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-27 17:28:41 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-27 17:28:59 +0000
commit4d453d304daeb44b23735e72f1a02aa031c43d4d (patch)
tree4f8bb87a8cf2307a773e034d565c7801a4030b04 /bashrc
parentb494cc08d47a39caedad35707673d5ed99bc0ede (diff)
Adding cargo for Debian install
Diffstat (limited to '')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index b36f479..b95c2d9 100644
--- a/bashrc
+++ b/bashrc
@@ -362,3 +362,4 @@ ytmp3-split-to-chapters() {
if [ -z "$1" ]; then print "I need a valid YouTube URL.\n"; fi
yt-dlp -f 'bestaudio' -x --audio-format mp3 --split-chapters -o '%(title)s.%(ext)s' "$1" && cd - || return
}
+. "$HOME/.cargo/env"