Update bashrc

This commit is contained in:
Patrick McGuire
2022-05-27 07:36:02 -04:00
committed by GitHub
parent 02c7ff72e0
commit b330ac64c1
+1 -1
View File
@@ -114,7 +114,7 @@ fi
cd ~/BirdNET-Pi
function remove() {
source /etc/birdnet/birdnet.conf
find $RECS_DIR -iname *${1}* -exec rm -drfv {} +
find $EXTRACTED -iname *${1}* -exec rm -drfv {} +
}
alias rerc="source ~/.bashrc"
alias vimrc="vim ~/.bashrc"