1
0
mirror of https://github.com/pgrondek/config.git synced 2024-11-22 03:53:43 +00:00

[bash] added aliases for resolvconf

This commit is contained in:
Przemysław Grondek 2019-11-13 11:16:38 +01:00
parent 2bf5f93702
commit fdb78108d3

View File

@ -10,5 +10,7 @@ alias root='cd /'
alias q=exit
alias open=xdg-open
alias resolv-cat='cat /run/systemd/resolve/resolv.conf'
alias resolv-vi='sudo vi /run/systemd/resolve/resolv.conf'
alias jar='java -jar'