Skip to content

Commit

Permalink
Add new aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Dec 2, 2024
1 parent 1ed27bd commit 46961cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Entries under the **Removed** section indicate items removed from the entire doc
alias stop-bluetooth="sudo systemctl stop bluetooth.service"
alias start-vmware-networking="sudo systemctl start vmware-networks.service"
alias stop-vmware-networking="sudo systemctl stop vmware-networks.service"
alias start-firewalld="sudo systemctl start firewalld.service"
alias stop-firewalld="sudo systemctl stop firewalld.service"
```

### Removed
Expand Down

0 comments on commit 46961cd

Please sign in to comment.