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'