Fix unbound alias

This commit is contained in:
Pavle Portic 2022-06-16 18:15:23 +02:00
parent e704d7362d
commit dfb6f0edfd
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ alias myip='curl -s https://icanhazip.com'
alias ran=ranger
alias rcp='rsync -aPv'
alias rmr='rm -rIf'
alias unbound='cd ~/dev/docker/unbound; dcrestart; -'
alias unbound='cd /opt/docker/unbound; dcrestart; -'
alias virtualenv='python -m venv'
alias zfs='sudo zfs'
alias zpool='sudo zpool'