Skip to content

Commit

Permalink
feat(fish): Update alias
Browse files Browse the repository at this point in the history
  • Loading branch information
dparo committed Sep 24, 2024
1 parent 4e4d120 commit fc5ebe1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/fish/files/functions/update.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
status is-interactive; or exit 0

function update --wraps=dnf --description 'alias update=dnf'
sudo dnf upgrade --refresh && flatpak update -y && flatpak uninstall --unused -y
end

0 comments on commit fc5ebe1

Please sign in to comment.