summaryrefslogtreecommitdiff
path: root/bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'bash_profile')
-rw-r--r--bash_profile6
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