Skip to content

Commit

Permalink
Update bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguirepr89 authored May 27, 2022
1 parent 02c7ff7 commit b330ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b330ac6

Please sign in to comment.