Yup, I have a few aliases set for personal convenience in ~/.bashrc.d/aliases
- the first two are the ones I use for updating while the system is running, or triggering an offline update:
alias updall='sudo dnf upgrade --refresh && flatpak update'
alias updalloff='flatpak update && sudo dnf offline-upgrade download && sudo dnf offline-upgrade reboot'
alias <computername>='ssh <my username>@<other computer name>.local'
alias bk='~/backup-script.sh'
alias usenv='__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia'
alias ll='ls -la --color=auto'
alias nb='newsboat'
alias waypipe<computer name>='waypipe --compress lz4=9 ssh <my username>@<other computer name>.local'