Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Submodule Update]: Bump submodules/dotfiles from 57e8294 to 9e10b7b #111

Merged
merged 2 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Entries under the **Removed** section indicate items removed from the entire doc

## Unreleased

## 2025-01-23

### Added

- added(aliases): add docker start and stop aliases

## 2024-12-20

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions includes/zshrc-files/zshrc-linux-snippet.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ 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"
alias start-docker="sudo systemctl start docker.service"
alias stop-docker="sudo systemctl stop docker.service"

###
### [ Group 2 ]
Expand Down
2 changes: 2 additions & 0 deletions includes/zshrc-files/zshrc-linux.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ 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"
alias start-docker="sudo systemctl start docker.service"
alias stop-docker="sudo systemctl stop docker.service"

###
### [ Group 2 ]
Expand Down
2 changes: 1 addition & 1 deletion submodules/dotfiles