Difference between revisions of "Aliases in .bashrc"
m
→Change wording
imported>Aaditya m (→Remove italic) |
imported>Aaditya m (→Change wording) |
||
Line 37: | Line 37: | ||
Aliases can turn a complex command string into a simple custom made command that one can type in the Terminal. | Aliases can turn a complex command string into a simple custom made command that one can type in the Terminal. | ||
The following can be added to the .bashrc file. | |||
=== For updating your system === | === For updating your system === | ||
Line 52: | Line 52: | ||
This can be aliased with- | This can be aliased with- | ||
alias | alias aup="yaourt -Syu --aur" | ||
Line 78: | Line 78: | ||
alias grubup="sudo update-grub" | alias grubup="sudo update-grub" | ||
== Conclusion == | == Conclusion == |