Configure vim
This commit is contained in:
parent
6b022d29e3
commit
4bad81c4dd
7 changed files with 390 additions and 0 deletions
2
.profile
2
.profile
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue