Skip to content

Instantly share code, notes, and snippets.

@daimon99
Created April 29, 2019 03:38
Show Gist options
  • Save daimon99/9cfe5a5c0a476a7f9537881017142305 to your computer and use it in GitHub Desktop.
Save daimon99/9cfe5a5c0a476a7f9537881017142305 to your computer and use it in GitHub Desktop.
.bash_profile
for cmd in firewall-cmd systemctl docker; do
alias $cmd="sudo $cmd"
done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment