changeset 24:6fdebccf6492

(none)
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 18 Mar 2020 11:08:23 +0000
parents d376341b10c2
children a82c325e8b32
files .bash_profile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.bash_profile	Wed Mar 18 11:06:35 2020 +0000
+++ b/.bash_profile	Wed Mar 18 11:08:23 2020 +0000
@@ -8,5 +8,6 @@
 # User specific environment and startup programs
 
 PATH=$PATH:$HOME/.local/bin:$HOME/bin
+EDITOR=emacs
 
-export PATH
+export PATH EDITOR