Skip to content

Commit

Permalink
Merge pull request #91 from StrangeRanger/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger authored Dec 2, 2024
2 parents f546536 + 253e1a2 commit 65654fe
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,26 @@ Entries under the **Removed** section indicate items removed from the entire doc

## Unreleased

## 2024.11.28
## 2024-12-02

### Added

- Several new aliases have been added to the linux `.zshrc` file:
```bash
alias update-grub-config="sudo grub-mkconfig -o /boot/grub/grub.cfg"

## Systemd aliases.
alias start-bluetooth="sudo systemctl start bluetooth.service"
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"
```

### Removed

- Removed the `rrm` and `rm` aliases from the linux `.zshrc` file.

## 2024-11-28

This update includes a significant overhaul of several aspects of the project. As a result, the changes will look different from previous updates. Only the major changes are listed below, covering both the documentation and the repository as a whole.

Expand Down

0 comments on commit 65654fe

Please sign in to comment.