Compare commits
2 Commits
3970628dac
...
8cfa5d009d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8cfa5d009d | ||
|
|
167d94e98c |
@ -37,8 +37,11 @@ let g:UltiSnipsListSnippets="<c-l>"
|
||||
" typing idate inserts the current date
|
||||
iab idate <c-r>=strftime("%Y-%m-%d")<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>
|
||||
" 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>
|
||||
|
||||
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