Skip to content

Commit

Permalink
Merge pull request #93 from StrangeRanger/dependabot/submodules/submo…
Browse files Browse the repository at this point in the history
…dules/dotfiles-8713334
  • Loading branch information
StrangeRanger authored Dec 2, 2024
2 parents 65654fe + 4ba8c64 commit 598f8c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion submodules/dotfiles
Submodule dotfiles updated 1 files
+2 −0 .zshrc_linux.tmpl

0 comments on commit 598f8c9

Please sign in to comment.