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'