This website requires JavaScript.
Explore
Help
Sign In
jpm
/
.dotfiles
Watch
1
Star
1
Fork
You've already forked .dotfiles
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
f6f6bb6994
.dotfiles
/
bash
/
bash_aliases.fedora
4 lines
74 B
Bash
Raw
Normal View
History
Unescape
Escape
Add dedicated alias file for each OS/Variant Add a single 'upgrade' command which will do a full OS upgrade without any prompts.
2023-04-13 01:30:03 +00:00
alias
upgrade
=
"sudo dnf upgrade -y"
Transpose apt to dnf For those debian moments...
2023-06-28 03:55:15 +00:00
alias
apt
=
"dnf"
alias
apt-cache
=
"dnf"