From a4e6efdb04e8b51c3e119800b2781b8e88bd2ccd Mon Sep 17 00:00:00 2001 From: airosa Date: Tue, 23 May 2023 14:40:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B0=D0=BB=D1=8C=D1=8F=D1=81=20=D0=B4=D0=BB=D1=8F=20aptupg=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=20apt=20-V=20upgrade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index eb386a1..d71c192 100644 --- a/.zshrc +++ b/.zshrc @@ -73,6 +73,7 @@ PROMPT="[%T](%{$fg[yellow]%}%m%{$reset_color%})%{$fg[$color]%}%n %{$fg[cyan]%}%~ alias ls='ls -althr --time-style=long-iso --color=auto --group-directories-first' alias tail='multitail' alias df='df -h' +alias aptupg='apt -V upgrade' alias start='sudo systemctl start' alias restart='sudo systemctl restart' alias stop='sudo systemctl stop'