diff --git a/vim/after/ftplugin/go.vim b/vim/after/ftplugin/go.vim index e273a8d..2dced6a 100644 --- a/vim/after/ftplugin/go.vim +++ b/vim/after/ftplugin/go.vim @@ -75,3 +75,4 @@ iabbrev fortc for _, tc := range testCases {t.Run(tc.name, func(t *testing.T iabbrev mapss map[string]string iabbrev mapsi map[string]int iabbrev mapsa map[string]any +iabbrev mapaa map[any]any diff --git a/zshrc b/zshrc index ff0776e..0bdc6a8 100644 --- a/zshrc +++ b/zshrc @@ -97,6 +97,7 @@ alias kmplayer="kubectl run mplayer --image olmesm/mplayer-docker:latest --image alias kw="kubectl get events -w" alias ll="exa -l --group-directories-first --git" alias ls="exa --color=auto" +alias lsoftcpl="sudo lsof -nP -iTCP -sTCP:LISTEN" alias mc="make check" alias ng="noglob" alias pg="pgrep -fa"