Configure vim

This commit is contained in:
Alexander Hess 2022-08-09 01:16:07 +02:00
commit 4bad81c4dd
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
7 changed files with 390 additions and 0 deletions

View file

@ -1,9 +1,11 @@
# Executed by a login shell (e.g., bash, sh, or zsh) during start-up
export EDITOR=vim
export PAGER='less --chop-long-lines --ignore-case --LONG-PROMPT --no-init --status-column --quit-if-one-screen'
export TERM=xterm-256color
export TZ='Europe/Berlin'
export VISUAL=$EDITOR
export REPOS="$HOME/repos"