1
0
mirror of https://github.com/AquaMorph/dotfiles.git synced 2025-07-03 10:42:01 +00:00

Flatpak updating

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

2
.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'