From c979d551243f20ef96ef515f6e8fbd3b490e0568 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 12 May 2021 17:32:01 +0300 Subject: bashrc: add mocp alias bash_profile: change browser to brave add moc config add mocpnotify script --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 7195529..27b8539 100644 --- a/.bash_profile +++ b/.bash_profile @@ -5,7 +5,7 @@ export PATH="${PATH}:$HOME/.gem/ruby/2.7.0/bin:$HOME/.local/bin" export EDITOR="nvim" export TERMINAL="alacritty" -export BROWSER="firefox" +export BROWSER="brave" export TESSDATA_PREFIX=/usr/share/tessdata [[ -f ~/.bashrc ]] && . ~/.bashrc -- cgit v1.2.3