diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-08 10:51:08 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-08 10:51:08 -0500 |
commit | dae5615b67642de1f404a3698109de5f966a9a40 (patch) | |
tree | 4af27e89971bf2cd34e99c21500cd9788e35248a /bash_profile | |
parent | 359dd854a9f5ace86caf9e4d0dbfe1de3de43b59 (diff) | |
download | rcm-dae5615b67642de1f404a3698109de5f966a9a40.tar.gz rcm-dae5615b67642de1f404a3698109de5f966a9a40.tar.bz2 rcm-dae5615b67642de1f404a3698109de5f966a9a40.zip |
Add qutebrowser config and more
Diffstat (limited to 'bash_profile')
-rw-r--r-- | bash_profile | 6 |
1 files changed, 2 insertions, 4 deletions
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 |