Update vim and zsh config
This commit is contained in:
parent
3ed67b0aac
commit
b566a1e5f7
@ -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
1
zshenv
@ -29,6 +29,7 @@ export PGUSER=postgres
|
||||
|
||||
# NPM, Yarn:
|
||||
export BROWSER=none
|
||||
export FAST_REFRESH=false
|
||||
|
||||
# See `installdotfiles`:
|
||||
if [ -f "$ZDOTDIR/.zshsecrets" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user