From f950f7345dcd091d276f39e92b38b88c37e4f6da Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Tue, 13 Apr 2021 17:16:01 -0500 Subject: Updates --- .ssh/config | 5 +++++ .vimrc | 6 ++---- .zshenv | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.ssh/config b/.ssh/config index ee12629..e125eae 100644 --- a/.ssh/config +++ b/.ssh/config @@ -17,3 +17,8 @@ Host gateway Port 22 KexAlgorithms diffie-hellman-group-exchange-sha1 ciphers aes128-cbc +Host schlorp + User schlorp + Hostname localhost + Port 1999 + ProxyJump Zeus diff --git a/.vimrc b/.vimrc index 34bc3fc..60ca2c8 100644 --- a/.vimrc +++ b/.vimrc @@ -36,10 +36,8 @@ map :set pasteO"*]p:set nopaste" " Disable folding set nofoldenable -" Turn off swap files -set noswapfile -set nobackup -set nowb +" Put swap files into a tmp directory +set directory^=$HOME/.vim/tmp// " Spellcheck function! ToggleSpell() diff --git a/.zshenv b/.zshenv index 6c7da64..d9c22c9 100644 --- a/.zshenv +++ b/.zshenv @@ -18,7 +18,7 @@ export DISTCC_HOSTS="192.168.1.26/24" export EDITOR="vim" export SUDO_EDITOR="vim" export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 -export GPGKEY=87B76D64AF9090B9C527B4D44EE2AB8BAFCB5561 +export GPGKEY=3A96DA398EA604CE6863E993A89F222F433C2057 export GPG_TTY=$(tty) export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh unset SSH_AGENT_PID -- cgit v1.2.3