this repo has no description
0
fork

Configure Feed

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

zsh: a couple aliases

lost these when dropping omz

+4
+4
zsh/zshenv
··· 19 19 alias eks="eksctl" 20 20 alias da="direnv allow" 21 21 22 + alias la="ls -laG" 23 + 24 + alias gl="git pull" 25 + alias gp="git push" 22 26 alias gst="git status" 23 27 alias gd="git diff" 24 28 alias gdc="git diff --cached"