diff options
Diffstat (limited to 'files/.vimrc')
| -rwxr-xr-x | files/.vimrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/.vimrc b/files/.vimrc index d54c1c6..e8745ee 100755 --- a/files/.vimrc +++ b/files/.vimrc @@ -188,7 +188,7 @@ map gf :e <cfile><CR> map YY "+yy -let s:hostname=hostname() -if s:hostname == '10093352-SIBSAC' - source $HOME/_vimrc_10093352-SIBSAC -endif +let s:local_vimrc=$home/.vimrc-hostname() +"if s:hostname == '10093352-SIBSAC' + "source $HOME/.vimrc_10093352-SIBSAC +"endif |
