From 875160d2496739cbef68517e6826ecc81008b5ec Mon Sep 17 00:00:00 2001
From: heck <heck@pep.foundation>
Date: Wed, 4 Sep 2024 12:00:26 +0200
Subject: [PATCH] dont clutter 00_base.sh

---
 bash_profile.d/00_base.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/bash_profile.d/00_base.sh b/bash_profile.d/00_base.sh
index 574cc82..9c24d45 100644
--- a/bash_profile.d/00_base.sh
+++ b/bash_profile.d/00_base.sh
@@ -28,10 +28,6 @@ function heck_clion {
   /Applications/CLion.app/Contents/MacOS . >/dev/null 2>&1 &
 }
 
-function heck_yt_audio {
-  yt-dlp -x --audio-format mp3 $1
-}
-
 #The USER scripts (my scripts) :)
 export PATH=$PATH:"$HOME/HeckBashSetup/scripts"