Skip to content

Commit 302a169

Browse files
committed
Add 'ka' alias
1 parent aed2c71 commit 302a169

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.zshrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ alias llg="eza -l -a --git-repos"
9696

9797
alias k="kubectl"
9898
alias kd="kubectl describe"
99+
alias ka="kubectl apply -f"
99100

100101
# Custom functions
101102
alias hf="history_find"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ bash <(curl -fsSL https://andy.one/dotfiles/install.sh)
2727
| `de …` | Docker `exec` shortcut |
2828
| `k …` | `kubectl` shortcut |
2929
| `kd …` | `kubectl describe` shortcut |
30+
| `ka …` | `kubectl apply -f` shortcut |
3031
| `kn {namespace}` | Set k8s namespace |
3132
| `kl {resource} {option}…` | View k8s resource logs |
3233
| `ks {pod}` | Connect to k8s pod |

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77

88
################################################################################
99

10-
VERSION="2.5.4"
10+
VERSION="2.5.5"
1111

1212
################################################################################
1313

0 commit comments

Comments
 (0)