Flatpak updating

This commit is contained in:
Christian Colglazier 2020-06-30 12:44:22 -04:00
parent 43170cf447
commit 99d0355813

2
.zshrc
View File

@ -16,7 +16,7 @@ alias e='emacs -nw'
# Other # Other
alias i='sudo dnf install' alias i='sudo dnf install'
alias d='sudo dnf' alias d='sudo dnf'
alias u='sudo dnf update' alias u='sudo dnf update; flatpak update'
alias dot='cd ~/dotfiles' alias dot='cd ~/dotfiles'
# Git # Git
alias c='git commit -m' alias c='git commit -m'