From f2f0ef78515617e77a664b99c83cdad05401be78 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 22 Jun 2018 22:09:57 +0100 Subject: [PATCH] Switch editor to vim, finally --- modules/shell/files/global-environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shell/files/global-environment b/modules/shell/files/global-environment index 367bed0..a6587ea 100644 --- a/modules/shell/files/global-environment +++ b/modules/shell/files/global-environment @@ -4,7 +4,7 @@ GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' LANG=en_GB.UTF-8 ARCHFLAGS="-arch x86_64" BROWSER=/usr/bin/firefox -EDITOR=/usr/bin/nano +EDITOR=/usr/bin/vim SSH_AUTH_SOCK=/tmp/ssh-agent-jake.sock TERMINATOR=/usr/bin/tilix NNN_DE_FILE_MANAGER=nautilus