adding remove alias

This commit is contained in:
mcguirepr89
2022-03-10 07:39:25 -05:00
parent 04e31e1244
commit 0a1cb09164
+5
View File
@@ -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"