Manjaro Difference between revisions of "Aliases in .bashrc"

Difference between revisions of "Aliases in .bashrc"

From Manjaro
imported>Aaditya
imported>Aaditya
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.  


Add the following to the .bashrc file.
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 yup="yaourt -Syu --aur"  
  alias aup="yaourt -Syu --aur"  




Line 78: Line 78:


  alias grubup="sudo update-grub"
  alias grubup="sudo update-grub"


== Conclusion ==
== Conclusion ==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.