Compare commits

..

3 Commits

Author SHA1 Message Date
Jason Swank
45aeff98d0 run ping w/ sudo 2026-01-04 14:47:27 -05:00
Jason Swank
f71d579f0e update TZ 2026-01-04 14:47:06 -05:00
Jason Swank
f1aff7ad00 use 4 spaces for gh-md-toc 2026-01-04 14:46:25 -05:00
3 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# local network -> local port
Match Host tuulikki.scalene.net exec "ping -c 1 192.168.101.1 -W 1 -q"
Match Host tuulikki.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1"
User jswank
Port 22
@@ -8,7 +8,7 @@ Host tuulikki.scalene.net
Port 22022
# local network -> local port
Match Host tonttu.scalene.net exec "ping -c 1 192.168.101.1 -W 1 -q"
Match Host tonttu.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1"
User jswank
Port 22
@@ -20,6 +20,6 @@ Host www.scalene.net
User scalene
Port 22022
Match Host git.scalene.net exec "ping -c 1 192.168.101.1 -W 1 -q"
Match Host git.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1"
User jswank
Hostname tonttu.scalene.net

View File

@@ -41,7 +41,7 @@ iab idate <c-r>=strftime("%Y-%m-%d")<cr>
" use \ toc to insert a table of contents for markdown from the current line to EOF
" nmap <leader>toc <cmd>.put =execute('.,$write !gh-md-toc --hide-header --hide-footer')<cr>
nmap <leader>toc :put =system('gh-md-toc --hide-header --hide-footer', getline('.', '$'))<cr>
nmap <leader>toc :put =system('gh-md-toc --hide-header --hide-footer --indent=4', getline('.', '$'))<cr>
" use \ tf to format a buffer as tofu / terraform
nmap <leader>tf <cmd>% !tofu fmt -no-color -<cr>

View File

@@ -13,6 +13,8 @@ export FZF_DEFAULT_OPTS="--multi --height=40% --layout=reverse --preview='bat --
export GOPATH=~/go
export TZ=America/Kentucky/Louisville
# doesn't work on arch for tmux
#path+=(~/bin)
#path+=(~/.local/bin)