clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

update kubernetes aliases

sspaeti c3fc55a1 bb89dea7

+6
+6
zsh/aliases.shrc
··· 63 63 alias gt='vim -c ":DiffviewOpen"' --diff current changes 64 64 # alias gtb = '! args=$@; shift $#; nvim -c \"DiffviewOpen $args\"' 65 65 66 + #kuberentes 67 + alias k=kubectl 68 + alias kn="kubectl config set-context --current --namespace " 69 + alias kc="kubectl config use-context " 70 + alias ko="kubectl --dry-run=client -o yaml " 71 + alias dps="docker ps --format \"table {{.Image}}\t{{.Status}}\t{{.Names}}\" --all" 66 72 67 73 alias lg=lazygit 68 74 alias cat=bat