Update vim and zsh config

This commit is contained in:
Rob Watson 2021-12-12 10:04:32 +01:00
parent 3ed67b0aac
commit b566a1e5f7
2 changed files with 5 additions and 0 deletions

View File

@ -67,3 +67,7 @@ iabbrev logi log.Info().Msg("
iabbrev loge log.Error().Msg("
iabbrev logf log.Fatal().Msg("
iabbrev ctxcc ctx context.Context
iabbrev err! err != nil {<cr>
iabbrev ior io.Reader
iabbrev iow io.Writer
iabbrev gof go func() {

1
zshenv
View File

@ -29,6 +29,7 @@ export PGUSER=postgres
# NPM, Yarn:
export BROWSER=none
export FAST_REFRESH=false
# See `installdotfiles`:
if [ -f "$ZDOTDIR/.zshsecrets" ]; then