Skip to content

Commit

Permalink
added kc alias
Browse files Browse the repository at this point in the history
  • Loading branch information
sha1n committed Sep 20, 2024
1 parent 9a2bf7f commit 9f910a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ alias dvm='source dvm.sh'
alias k='kubectl'
alias ke='kubectl get events --sort-by=".lastTimestamp"'
alias kenn='kubectl get events --sort-by=".lastTimestamp" --field-selector type!=Normal'
alias kc='kubectl --kubeconfig'
# bazel
alias bazel='bazel_with_disk_cache_guard'
alias bazel_rm='sudo rm -rf ~/.cache/bazel'
Expand Down

0 comments on commit 9f910a5

Please sign in to comment.