From a864a6eb42b8163dd873228c9b9f1dd0d1d77235 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";