Skip to content

Commit

Permalink
Add restart-network bash alias
Browse files Browse the repository at this point in the history
  • Loading branch information
creichert committed Nov 17, 2018
1 parent 3390d75 commit bc88f5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash/.bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ alias upgrade='sudo apt update && sudo apt upgrade'
alias xml="xmlstarlet format"
alias nil-uuid="echo 00000000-0000-0000-0000-000000000000"
alias gpg-agent-restart="gpg-connect-agent reloadagent /bye"
alias restart-network="sudo systemctl restart systemd-networkd && sudo systemctl status networkd && networkctl list"

0 comments on commit bc88f5c

Please sign in to comment.