mirror of
https://github.com/Matir/skel.git
synced 2026-06-10 03:13:40 -07:00
Merge branch 'master' of https://github.com./Matir/skel
This commit is contained in:
7
dotfiles/ssh/rc
Executable file
7
dotfiles/ssh/rc
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
REMOTE_LINK="${HOME}/.ssh/remote_agent.sock"
|
||||
|
||||
if test \! -L "${REMOTE_LINK}" -a -n "${SSH_AUTH_SOCK}" ; then
|
||||
ln -sf "${SSH_AUTH_SOCK}" "${REMOTE_LINK}"
|
||||
fi
|
||||
@@ -47,8 +47,8 @@ endif
|
||||
silent! colorscheme solarized8
|
||||
" Default ASM syntax for ft support
|
||||
let asmsyntax="nasm"
|
||||
" Allow file modelines
|
||||
set modeline
|
||||
" Too risky to allow file modelines
|
||||
set nomodeline
|
||||
" Automatically re-read changed files
|
||||
set autoread
|
||||
" fsync() after writing files
|
||||
|
||||
Reference in New Issue
Block a user