From 9962612c7d9ed562cb4781111fbc118e507d37c7 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Wed, 15 Jun 2022 00:21:01 +0900 Subject: [PATCH] set EDITOR --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index c17c543..fb75105 100644 --- a/.profile +++ b/.profile @@ -1,3 +1,4 @@ +export EDITOR=nano export PATH="$HOME/.local/bin:$PATH" export HOMEBREW_PREFIX="/home/linuxbrew/.linuxbrew"; export HOMEBREW_CELLAR="/home/linuxbrew/.linuxbrew/Cellar";