From 41adb9e23d4823aaa21eebda76b8a3cc02af53c0 Mon Sep 17 00:00:00 2001 From: foozzi Date: Thu, 28 Dec 2023 00:33:26 -0500 Subject: [PATCH] 28122023 --- linux/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux/.zshrc b/linux/.zshrc index 0de2d3b..a36f760 100644 --- a/linux/.zshrc +++ b/linux/.zshrc @@ -69,6 +69,9 @@ alias wr='curl wttr.in' ## python alias python='python3' alias py='python' +## Open Suse +alias zup='sudo zypper dup' +alias zin='sudo zypper in' # Preferred editor for local and remote sessions export EDITOR='vim'