diff --git a/dot/file/profile b/dot/file/profile index 096f4b1..5e6eb52 100755 --- a/dot/file/profile +++ b/dot/file/profile @@ -53,4 +53,5 @@ export_loop \ test -r $SETENV && . "$SETENV" && setenv profile export GPG_TTY=$(tty) +export SSH_TTY=$(tty) diff --git a/dot/file/vimrc b/dot/file/vimrc index 433c5da..fa5988e 100644 --- a/dot/file/vimrc +++ b/dot/file/vimrc @@ -73,6 +73,8 @@ autocmd FileType javascriptreact setlocal expandtab shiftwidth=2 tabstop=2 softtabstop=0 autocmd FileType scss setlocal expandtab shiftwidth=2 tabstop=2 softtabstop=0 autocmd FileType css setlocal expandtab shiftwidth=2 tabstop=2 softtabstop=0 + autocmd FileType html setlocal expandtab shiftwidth=2 tabstop=2 softtabstop=0 + autocmd FileType htmldjango setlocal expandtab shiftwidth=2 tabstop=2 softtabstop=0 " Jump to the last pos. " When editing a file, always jump to the last known cursor position. " Don't do it when the position is invalid or when inside an event handler