1
0
mirror of https://github.com/akelge/vim synced 2025-07-06 14:59:07 +00:00

Removed useless or duplicate files, speedup others

This commit is contained in:
2013-01-02 14:49:53 +00:00
parent a88f7828aa
commit f706030ca5
7 changed files with 52 additions and 76 deletions

View File

@ -15,13 +15,16 @@ LOGD=/var/log
[ -z "$PS1" ] && return
## Vars only for interactive sessions
EDITOR=vi
PYTHONSTARTUP=~/.pythonrc.py
LOGCHECK=30
REPORTTIME=15
WATCH=notme
WATCHFMT="%n %a %l (%m) at %t."
# Hack for svn
EDITOR=vim
VISUAL=vim
# Set umask to collaborative mode
umask 002
# vim: set ts=4 sw=4 tw=0 ft=zsh :