Compare commits
No commits in common. "8cfa5d009d44cf8052d49633a234a470fb2bbdcd" and "3970628dacb7af9bee0122cdda212e9bf91a7778" have entirely different histories.
8cfa5d009d
...
3970628dac
@ -37,11 +37,8 @@ let g:UltiSnipsListSnippets="<c-l>"
|
||||
" typing idate inserts the current date
|
||||
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>
|
||||
|
||||
" use \ tf to format a buffer as terraform
|
||||
nmap <leader>tf <cmd>!terraform fmt %<cr>
|
||||
" use Ctrl-M to insert a table of contents for markdown from the current line to EOF
|
||||
noremap <c-m> <cmd>.put =execute('.,$write !gh-md-toc --hide-header --hide-footer')<cr>
|
||||
|
||||
set lazyredraw " redraw only when req'd
|
||||
set wildmenu " visual auto-complete
|
||||
|
||||
@ -87,7 +87,7 @@ if [ -e $HOME/cfa-work/.zshrc ]; then
|
||||
. $HOME/cfa-work/.zshrc
|
||||
fi
|
||||
|
||||
for env in $HOME/.okta/.env $HOME/.aws/.env $HOME/.config/git/.env; do
|
||||
for env in $HOME/.okta/.env $HOME/.aws/.env $HOME/config/git/.env; do
|
||||
if [ -r $env ]; then
|
||||
export $(xargs < $env)
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user