From 319b3fdd8b777322c8a2fdbb4e83902817c82896 Mon Sep 17 00:00:00 2001 From: Jono Targett Date: Wed, 3 Jul 2024 20:53:19 +0930 Subject: [PATCH] Added editor configs to bashrc, changed vim scheme back because I hated it --- .bashrc | 4 ++++ .vimrc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index c6cf0d6..e00d141 100644 --- a/.bashrc +++ b/.bashrc @@ -116,5 +116,9 @@ fi bind -r '\C-s' stty -ixon +EDITOR=/usr/bin/vim +SUDO_EDITOR=/usr/bin/vim +VISUAL=/usr/bin/vim + source ~/.bash-aliases source ~/.bash-powerline diff --git a/.vimrc b/.vimrc index 0158aa4..561d5fe 100644 --- a/.vimrc +++ b/.vimrc @@ -1,4 +1,4 @@ -color torte +color slate syntax on set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab