From 99d0355813fb7a833b5a85caa746d960e69052cb Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Tue, 30 Jun 2020 12:44:22 -0400 Subject: [PATCH] Flatpak updating --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 639bb08..91dbf6a 100644 --- a/.zshrc +++ b/.zshrc @@ -16,7 +16,7 @@ alias e='emacs -nw' # Other alias i='sudo dnf install' alias d='sudo dnf' -alias u='sudo dnf update' +alias u='sudo dnf update; flatpak update' alias dot='cd ~/dotfiles' # Git alias c='git commit -m'