summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.xyz>2021-04-13 17:16:01 -0500
committerDanny Holman <dholman@gymli.xyz>2021-04-13 17:16:01 -0500
commitf950f7345dcd091d276f39e92b38b88c37e4f6da (patch)
tree009c285daf94098b6fd3f32dd19169cf39a559f9
parent000db5161a8cdbd5b06b802feecdff176fd616d5 (diff)
Updates
-rw-r--r--.ssh/config5
-rw-r--r--.vimrc6
-rw-r--r--.zshenv2
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 <silent><Leader><S-p> :set paste<CR>O<esc>"*]p:set nopaste<cr>"
" 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