summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorDenis Chevalier <perso@denischevalier.fr>2026-08-06 10:04:52 +0200
committerDenis Chevalier <perso@denischevalier.fr>2026-08-06 10:04:52 +0200
commit5589717061a11b41e828c91d4f4bfcdfdddba61d (patch)
treedb6593b55f10c7ec43b786ff31233e2102031d57 /dotfiles
parentd97a3efff391b5f6f68e4ac20b590e027e3bd03a (diff)
downloadpostinstall-5589717061a11b41e828c91d4f4bfcdfdddba61d.tar.gz
postinstall-5589717061a11b41e828c91d4f4bfcdfdddba61d.tar.bz2
postinstall-5589717061a11b41e828c91d4f4bfcdfdddba61d.zip
add u alias
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc
index b1a7454..44dba22 100644
--- a/dotfiles/.bashrc
+++ b/dotfiles/.bashrc
@@ -49,6 +49,8 @@ alias status='git status'
alias pull='git pull'
alias push='git push'
+alias u='paru && flatpak update'
+
alias vps='ssh fedora@denischevalier.fr -t tmux attach'
alias tvps='ssh fedora@denischevalier.fr -t tmux'