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:
@ -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 :
|
||||
|
Reference in New Issue
Block a user