summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2021-03-29 19:51:16 +0200
committerTobias Klauser <tklauser@distanz.ch>2021-03-29 19:51:16 +0200
commit5afb1cf53c1224f42c83f353524f720b2bb13d1b (patch)
tree99d61431f6b6549562595bec7cdd7b0beb2e2d1a
parentf5f43c25e2bad948c3fd7c4ebaecfc4cd2b9bb09 (diff)
Revert "zshrc: add ka alias for kubectl --all-namespaces"
This reverts commit f5f43c25e2bad948c3fd7c4ebaecfc4cd2b9bb09.
-rw-r--r--.zsh/zshrc/30_aliases1
1 files changed, 0 insertions, 1 deletions
diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases
index b54234d..a099aee 100644
--- a/.zsh/zshrc/30_aliases
+++ b/.zsh/zshrc/30_aliases
@@ -51,7 +51,6 @@ alias qpylab='ipython qtconsole --ConsoleWidget.font_family="Inconsolata" --Cons
# k8s
alias k='kubectl'
alias ks='kubectl -n kube-system'
-alias ka='kubectl --all-namespaces'
# get top 10 shell commands
alias top10='print -l ? ${(o)history%% *} | uniq -c | sort -nr | head -n 10'