Add unbound restart alias

This commit is contained in:
Pavle Portic 2019-09-24 15:40:57 +02:00
parent 44525d77f8
commit 32c7b71dad
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ alias diff='diff -y --suppress-common-lines'
alias -g HASH='| sha256sum | base64 H -n1 | clip'
alias cz=chezmoi
alias dockre=docker
alias unbound='cd ~/dev/docker/unbound; dcrestart; -'
# Systemctl aliases
alias sctl='sudo systemctl'