From 4b82ef83bb07f25ad607df9db147364aa68dd066 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Wed, 4 Oct 2023 14:35:49 +1030 Subject: [PATCH] emacs? --- .config/shell/aliasrc | 2 +- .config/shell/profile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 3a465ad..0b4a06e 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -35,7 +35,7 @@ alias \ ka="killall" \ g="git" \ e="$EDITOR" \ - v="$EDITOR" \ + v="$EDITOR_SECONDARY" \ z="zathura" alias \ diff --git a/.config/shell/profile b/.config/shell/profile index 38d8dbe..c00ab5c 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -13,6 +13,7 @@ export npm_config_prefix="$HOME/.local" # Default programs: export EDITOR="nvim" +export EDITOR_SECONDARY="emacs" export TERMINAL="st" export BROWSER="firefox-bin"