diff options
author | Thanos Apollo <[email protected]> | 2023-01-15 05:48:59 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-01-15 05:48:59 +0200 |
commit | fe02367cc5ab67375a9117fcfbedbe088549b547 (patch) | |
tree | 0ebf6f879f31ed27bed04b02a585f773cab49dc5 /.bash_profile | |
parent | 86c26e1dc707c2c8b3fb2da77f52af5272b9ee64 (diff) |
bash_profile: Add editor
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" |