Update iabbrevs, add alias
This commit is contained in:
parent
404d303368
commit
8582915d97
|
@ -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
1
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"
|
||||
|
|
Loading…
Reference in New Issue