Added editor configs to bashrc, changed vim scheme back because I hated it

This commit is contained in:
Jono Targett 2024-07-03 20:53:19 +09:30
parent 821ebfeaa1
commit 319b3fdd8b
2 changed files with 5 additions and 1 deletions

View File

@ -116,5 +116,9 @@ fi
bind -r '\C-s' bind -r '\C-s'
stty -ixon stty -ixon
EDITOR=/usr/bin/vim
SUDO_EDITOR=/usr/bin/vim
VISUAL=/usr/bin/vim
source ~/.bash-aliases source ~/.bash-aliases
source ~/.bash-powerline source ~/.bash-powerline

2
.vimrc
View File

@ -1,4 +1,4 @@
color torte color slate
syntax on syntax on
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab