From 0a1cb09164f52e1991047ac7bf7653d7c743c053 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Thu, 10 Mar 2022 07:39:25 -0500 Subject: [PATCH] adding remove alias --- templates/bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/bashrc b/templates/bashrc index c104735..f5a93a8 100644 --- a/templates/bashrc +++ b/templates/bashrc @@ -112,3 +112,8 @@ if ! shopt -oq posix; then fi fi cd ~/BirdNET-Pi +function remove() { + find /home/pi/BirdSongs -iname *${1}* -exec rm -drfv {} + +} +alias rerc="source ~/.bashrc" +alias vimrc="vim ~/.bashrc"