Merge branch 'master' of ssh://vahagn.dyndns.org:21/home/vahagn/git/scripts

This commit is contained in:
2013-07-09 14:49:17 +04:00
2 changed files with 5 additions and 2 deletions

View File

@@ -128,6 +128,9 @@ alias p4v="/depot/perforce/p4v"
if [ -e /depot/gcc-4.7.2/bin ]; then
PATH=/depot/gcc-4.7.2/bin:$PATH
LD_LIBRARY_PATH=/depot/gcc-4.7.2/lib64:$LD_LIBRARY_PATH
elif [ -e /depot/gcc-4.7.0/bin ]; then
PATH=/depot/gcc-4.7.0/bin:$PATH
LD_LIBRARY_PATH=/depot/gcc-4.7.0/lib64:$LD_LIBRARY_PATH
elif [ -e /depot/gcc-4.5.2/bin ]; then
PATH=/depot/gcc-4.5.2/bin:$PATH
LD_LIBRARY_PATH=/depot/gcc-4.5.2/lib64:$LD_LIBRARY_PATH

View File

@@ -17,7 +17,7 @@ set ruler " show the cursor position all the time
set tabstop=4 " make tabes to be equal to 4 space chars.
set shiftwidth=4 " for shifting by 4 when pressing tab.
set fileformat=unix " line ending is unix
set textwidth=80 " 80 char text
"set textwidth=90 " 80 char text
let g:netrw_preview = 1 " netrw open window to the right
let g:netrw_browse_split = 3 " open in a tab
@@ -188,7 +188,7 @@ if has("gui_running")
colors darkblue " set color scheme
"set guifont=FreeMono:h12
set lines=50
set columns=80
set columns=85
if exists("+spell")
set spell
endif