From dae5615b67642de1f404a3698109de5f966a9a40 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Wed, 8 May 2024 10:51:08 -0500 Subject: Add qutebrowser config and more --- bash_profile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'bash_profile') diff --git a/bash_profile b/bash_profile index e8ff3f6..6db5d13 100644 --- a/bash_profile +++ b/bash_profile @@ -7,7 +7,7 @@ if [ -f ~/.profile ]; then source ~/.profile; fi if [ -f ~/.bashrc ]; then source ~/.bashrc; fi export LIBSEAT_BACKEND=logind -export EDITOR="zile" +export EDITOR="mg" export TERM="linux" export TERMINAL="foot" export GDK_DPI_SCALE="1.5" @@ -23,6 +23,4 @@ export PF_COLOR="0" emacs --daemon -if [ -e /home/mccd/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mccd/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer - -if [[ "$(tty)" == "/dev/tty1" ]]; then exec dbus-run-session hikari; fi \ No newline at end of file +if [[ "$(tty)" == "/dev/tty1" ]]; then exec dbus-run-session hikari; fi -- cgit v1.2.3