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
28717569cb
.dotfiles
/
bash
/
bash_aliases.fedora
2 lines
36 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"