File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,15 @@ alias gp="git push"
4343alias gl=" git pull"
4444alias gst=" git status"
4545alias gss=" git status -s"
46+ alias grbi=" git rebase -i"
47+ alias grbc=" git rebase --continue"
48+ alias grba=" git rebase --abort"
49+
50+ # kubectl
51+ alias k=" kubectl"
52+ alias kctx=" kubectl config use-context"
53+ alias loki=" kubectl -n loki get pods"
54+ alias monito=" kubectl -n monitoring get pods"
4655
4756# works only
4857alias front=" cd $HOME /Repos/front"
Original file line number Diff line number Diff line change @@ -4,3 +4,6 @@ tmux-client*.log
44
55# get nerd fonts repo
66getnf
7+
8+ # lvim
9+ .config /lvim /lv-settings.lua
Original file line number Diff line number Diff line change @@ -21,3 +21,6 @@ export PATH="$HOME/.local/bin":$PATH
2121
2222# add custom nord theme colors
2323test -r " ~/.dir_colors" && eval $( dircolors ~ /.dir_colors)
24+
25+ # enable kubectl completion
26+ source <( kubectl completion zsh)
You can’t perform that action at this time.
0 commit comments