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'