From bfaed0e2dcf71a41d149178582b79a26bd3e9590 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sun, 12 Dec 2021 22:06:20 -0700 Subject: [PATCH] remove nano from .bashrc remove nano selection from .bashrc since it'll be selected on user firstlogin now. --- .bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bashrc b/.bashrc index 1993a36..5c8afe1 100644 --- a/.bashrc +++ b/.bashrc @@ -95,9 +95,6 @@ if ! shopt -oq posix; then fi fi -# set EDITOR just in case -export EDITOR=nano - # run welcome script if [ -f ~/.new_user ]; then /usr/local/bin/firstlogin