diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |