mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
set proper browser
This commit is contained in:
parent
a77071a22f
commit
9f5b70c550
10
zsh/.zshrc
10
zsh/.zshrc
@ -1,4 +1,4 @@
|
||||
# Ifkyou come from bash you might have to change your $PATH.
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
|
||||
# Stop tmux bitching about 256 colours
|
||||
@ -111,7 +111,13 @@ export PATH="$PATH:/home/alrayyes/.config/yarn/global/node_modules/.bin:/home/al
|
||||
export GPG_TTY="$(tty)"
|
||||
|
||||
# Set default browser
|
||||
export BROWSER="firefox"
|
||||
if [ -e "/usr/bin/firefox" ]
|
||||
then
|
||||
export BROWSER="firefox"
|
||||
elif [ -e "/usr/bin/iceweasel" ]
|
||||
then
|
||||
export BROWSER="iceweasel"
|
||||
fi
|
||||
|
||||
# Set default terminal
|
||||
export TERMINAL="st"
|
||||
|
Loading…
Reference in New Issue
Block a user