From 0ab7a1b814e2e1d1aecdb704846163336127e122 Mon Sep 17 00:00:00 2001 From: airosa Date: Tue, 23 May 2023 14:49:56 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20su?= =?UTF-8?q?do=20=D0=B2=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 d71c192..26b5ed1 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='apt -V upgrade' +alias aptupg='sudo apt -V upgrade' alias start='sudo systemctl start' alias restart='sudo systemctl restart' alias stop='sudo systemctl stop'