diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-05-12 17:32:01 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-05-12 17:32:01 +0300 |
| commit | c979d551243f20ef96ef515f6e8fbd3b490e0568 (patch) | |
| tree | 57a6a6cc9f3c2de0ffc05b60d2e8ee54bcec1794 /.bash_profile | |
| parent | e7a9d22323ac001625abfde876178d8234ac868d (diff) | |
| download | dotfiles-c979d551243f20ef96ef515f6e8fbd3b490e0568.tar.gz dotfiles-c979d551243f20ef96ef515f6e8fbd3b490e0568.zip | |
bashrc: add mocp alias
bash_profile: change browser to brave
add moc config
add mocpnotify script
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
