From 1bb6e3e9acbde7b8c822b64d64a30394f693d25d Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Fri, 29 May 2020 08:38:13 -0400 Subject: [PATCH] Update alias --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index ca8652e..639bb08 100644 --- a/.zshrc +++ b/.zshrc @@ -16,6 +16,7 @@ alias e='emacs -nw' # Other alias i='sudo dnf install' alias d='sudo dnf' +alias u='sudo dnf update' alias dot='cd ~/dotfiles' # Git alias c='git commit -m'