summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2022-07-14 15:00:31 +0300
committerThanos Apollo <[email protected]>2022-07-14 15:00:31 +0300
commit60c592ea22391454941264412c26c9ea11325202 (patch)
treea1eaa245ac13cd07a4a725c3f137afd6e59f0ed4 /.bash_profile
parent3a50a6cb42731526fe367e4d7d1d57dc2884243b (diff)
Add doom and qutebrowser
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile8
1 files changed, 6 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile
index c80adeb..7fe4500 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -5,11 +5,15 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc
-export EDITOR="nvim"
+export EDITOR="emacsclient"
export TERMINAL="alacritty"
-export BROWSER="librewolf"
+export BROWSER="qutebrowser"
export READER="zathura"
export PATH="$HOME/.emacs.d/bin:$PATH"
+
+
+
+