summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/rc b/zsh/rc
index a464425..284e874 100644
--- a/zsh/rc
+++ b/zsh/rc
@@ -36,6 +36,7 @@ alias et='emacsclient -a "" -c -n'
alias ffmpeg='ffmpeg -hide_banner'
alias ffprobe='ffprobe -hide_banner'
alias grep='grep --color=auto'
+alias k=kubectl
alias la='ls -A'
alias ll='ls -hl'
alias lla='ls -Ahl'