From 19f13d7a42e6cac9cbc28b541d9bf5ce9700a455 Mon Sep 17 00:00:00 2001 From: phixxy Date: Wed, 4 Mar 2026 23:58:56 -0800 Subject: [PATCH] added 'export' to bashrc readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49e1433..284bc27 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ mv skratch.py /usr/bin/skratch set an env variable for $EDITOR and/or $VISUAL in .bashrc -EDITOR=vi -VISUAL=geany +export EDITOR=vi +export VISUAL=geany