Skip to content

Commit

Permalink
Update files based on submodule changes
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Dec 2, 2024
1 parent 4e04402 commit 4ba8c64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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 @@ -21,6 +21,8 @@ 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"
alias start-firewalld="sudo systemctl start firewalld.service"
alias stop-firewalld="sudo systemctl stop firewalld.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 @@ -86,6 +86,8 @@ 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"
alias start-firewalld="sudo systemctl start firewalld.service"
alias stop-firewalld="sudo systemctl stop firewalld.service"

###
### [ Group 2 ]
Expand Down

0 comments on commit 4ba8c64

Please sign in to comment.