add sudo alias for (system|journal)ctl
This commit is contained in:
parent
58c9bfa1b3
commit
25ee22f9e5
1 changed files with 2 additions and 0 deletions
|
@ -1 +1,3 @@
|
||||||
alias psql='psql postgresql://rhizomatica:<%= @pgsql_pwd %>@localhost/rhizomatica'
|
alias psql='psql postgresql://rhizomatica:<%= @pgsql_pwd %>@localhost/rhizomatica'
|
||||||
|
alias systemctl='sudo systemctl'
|
||||||
|
alias journalctl='sudo journalctl'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue