From 60c592ea22391454941264412c26c9ea11325202 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 14 Jul 2022 15:00:31 +0300 Subject: Add doom and qutebrowser --- .bash_profile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.bash_profile') 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" + + + + -- cgit v1.2.3