From 2127d969aee2b068ed22b8ae7f8785f45a1f8261 Mon Sep 17 00:00:00 2001 From: airosa Date: Tue, 23 May 2023 14:53:58 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BD=D0=B0=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=B0=D1=8F=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=20aptupg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 26b5ed1..ecad9cd 100644 --- a/.zshrc +++ b/.zshrc @@ -73,7 +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='sudo apt -V upgrade' +alias aptupg='sudo apt upgrade -V' alias start='sudo systemctl start' alias restart='sudo systemctl restart' alias stop='sudo systemctl stop'