aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2021-10-22 17:55:11 +0300
committereug-vs <eugene@eug-vs.xyz>2021-10-22 17:55:11 +0300
commitc5de85d4b6ff51e61ce354ce2cac71485f7992f0 (patch)
tree4b33238fdb3bd84da5b6fbb52723f6a419bfb8e2 /zsh
parentbe7acfd660f449027f87ed1c2aaa8a60b2ec27aa (diff)
downloaddotfiles-c5de85d4b6ff51e61ce354ce2cac71485f7992f0.tar.gz
feat(zsh): add kubectl alias
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 0f1f804..26a6cee 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -29,6 +29,7 @@ alias g=git
alias t=task
alias tw=timew
alias s="sudo systemctl"
+alias k=kubectl
# FZF
source /usr/share/fzf/key-bindings.zsh 2> /dev/null