1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

hard coded browser & terminal

This commit is contained in:
Ryan Kes 2020-02-20 02:36:51 +01:00
parent f91f400ff2
commit 2dd89ba1db

View File

@ -6,17 +6,10 @@
# if a music file or pdf, it will download,
# otherwise it opens link in browser.
# Set default browser
if [ -e "/usr/bin/firefox" ]
then
export BROWSER="firefox"
elif [ -e "/usr/bin/iceweasel" ]
then
export BROWSER="iceweasel"
fi
export BROWSER="brave"
# Set default terminal
export TERMINAL="st"
export TERMINAL="alacritty"
case "$1" in
*mkv|*webm|*mp4|*youtube.com*|*youtu.be*|*hooktube.com*|*bitchute.com*)