From fe02367cc5ab67375a9117fcfbedbe088549b547 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 15 Jan 2023 05:48:59 +0200 Subject: bash_profile: Add editor --- .bash_profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index fc902a1..fe0d016 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,4 +4,5 @@ if [ -f ~/.bashrc ]; then . ~/.bashrc; fi export PATH="$PATH:~/.local/share/flatpak/exports/bin/" export QT_QPA_PLATFORMTHEME="qt5ct" GUIX_PROFILE="$HOME/.guix-profile" -. "$GUIX_PROFILE/etc/profile" +. "$GUIX_PROFILE/etc/profile" +export EDITOR="emacsclient" -- cgit v1.2.3