Update iabbrevs, add alias

This commit is contained in:
Rob Watson 2023-01-11 07:27:45 +01:00
parent 404d303368
commit 8582915d97
2 changed files with 2 additions and 0 deletions

View File

@ -75,3 +75,4 @@ iabbrev fortc for _, tc := range testCases {<cr>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

1
zshrc
View File

@ -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"