diff options
| author | Denis Chevalier <perso@denischevalier.fr> | 2026-08-06 10:04:52 +0200 |
|---|---|---|
| committer | Denis Chevalier <perso@denischevalier.fr> | 2026-08-06 10:04:52 +0200 |
| commit | 5589717061a11b41e828c91d4f4bfcdfdddba61d (patch) | |
| tree | db6593b55f10c7ec43b786ff31233e2102031d57 /dotfiles/.bashrc | |
| parent | d97a3efff391b5f6f68e4ac20b590e027e3bd03a (diff) | |
| download | postinstall-5589717061a11b41e828c91d4f4bfcdfdddba61d.tar.gz postinstall-5589717061a11b41e828c91d4f4bfcdfdddba61d.tar.bz2 postinstall-5589717061a11b41e828c91d4f4bfcdfdddba61d.zip | |
add u alias
Diffstat (limited to 'dotfiles/.bashrc')
| -rw-r--r-- | dotfiles/.bashrc | 2 |
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' |
