used to two spaces

This commit is contained in:
2021-07-16 18:26:58 +02:00
parent e663aef808
commit fcd0ec7646
2 changed files with 46 additions and 30 deletions

View File

@@ -6,9 +6,9 @@ export GOPATH="$HOME/.go"
export PATH="$HOME/.cargo/bin:$HOME/.gem/bin:$GOPATH/bin:$HOME/.local/bin:/opt/homebrew/bin:$PATH"
if [[ -x /usr/bin/nvim ]]; then
export EDITOR=nvim
export EDITOR=nvim
elif [[ -x /usr/bin/vim ]]; then
export EDITOR=vim
export EDITOR=vim
fi
export LESS=-R