From eada9343282e71e1c9382f683115b6f94ed15306 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 16 Dec 2023 09:52:05 -0500 Subject: [PATCH] eshell: kubectl alias --- eshell/alias | 1 + 1 file changed, 1 insertion(+) diff --git a/eshell/alias b/eshell/alias index 95da6a7..0b08bc6 100644 --- a/eshell/alias +++ b/eshell/alias @@ -1,6 +1,7 @@ alias gfftp git fetch --force --tags --prune $* alias gfftpa git fetch --force --tags --prune --all $* alias gfftpo git fetch --force --tags --prune origin $* +alias k kubectl $* alias la ls -A $* alias lal ls -Al $* alias ll ls -l $* -- 2.38.4