this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gds alias -> gdst

the omz git plugin adds a `gds` alias already, the prevents the conflict

+1 -1
+1 -1
zsh/zshenv
··· 19 19 alias k="kubectl" 20 20 alias eks="eksctl" 21 21 alias gdc="git diff --cached" 22 - alias gds="git diff --stat" 22 + alias gdst="git diff --stat" 23 23 alias gfp="git fetch --prune" 24 24 alias lg="lazygit" 25 25 alias ld="lazydocker"