I love Linux. because you can use alias. what is alias???
it's a kind of shortcut for CLI. for example you can type p instead of poweroff or whatever you want.
you can config your alias by editing ~/.bashrc file.
you should config it like this:
alias p='poweroff'
then save it and restart your bash.
hope to be useful.
it's a kind of shortcut for CLI. for example you can type p instead of poweroff or whatever you want.
you can config your alias by editing ~/.bashrc file.
you should config it like this:
alias p='poweroff'
then save it and restart your bash.
hope to be useful.
No comments:
Post a Comment