From 4d453d304daeb44b23735e72f1a02aa031c43d4d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 27 Feb 2024 17:28:41 +0000 Subject: Adding cargo for Debian install --- bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'bashrc') 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" -- cgit v1.2.3