diff options
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |