From aa29025d2e65e36269a8c3765713f9413380ef2f Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 13 Jan 2019 18:45:33 -0500 Subject: will anyone actually notice? let's find out! --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index e10d661..838c9f0 100644 --- a/.profile +++ b/.profile @@ -3,7 +3,7 @@ # Adds `~/.scripts` and all subdirectories to $PATH export PATH="$PATH:$(du "$HOME/.scripts/" | cut -f2 | tr '\n' ':')" -export EDITOR="vim" +export EDITOR="nvim" export TERMINAL="st" export BROWSER="firefox" export READER="zathura" -- cgit v1.3.1