From 692ae9c2115d872516d0bc8887408588149cf249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 01:35:55 +0000 Subject: [PATCH 1/2] [Submodule Update]: Bump submodules/dotfiles from `891dfed` to `926ee2c` Bumps [submodules/dotfiles](https://github.com/StrangeRanger/dotfiles) from `891dfed` to `926ee2c`. - [Commits](https://github.com/StrangeRanger/dotfiles/compare/891dfeda1afb69de51296af6e17e56cdf9809423...926ee2c81564a5baee16da2d7a246caa21a6b9be) --- updated-dependencies: - dependency-name: submodules/dotfiles dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- submodules/dotfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/dotfiles b/submodules/dotfiles index 891dfed..926ee2c 160000 --- a/submodules/dotfiles +++ b/submodules/dotfiles @@ -1 +1 @@ -Subproject commit 891dfeda1afb69de51296af6e17e56cdf9809423 +Subproject commit 926ee2c81564a5baee16da2d7a246caa21a6b9be From 462d06f0305ae996be2cc5b3e8f19b7e970b32f6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Fri, 29 Nov 2024 01:36:08 +0000 Subject: [PATCH 2/2] Update files based on submodule changes --- includes/zshrc-files/zshrc-linux-snippet.zsh | 2 +- includes/zshrc-files/zshrc-linux.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/zshrc-files/zshrc-linux-snippet.zsh b/includes/zshrc-files/zshrc-linux-snippet.zsh index 91b869d..d914859 100644 --- a/includes/zshrc-files/zshrc-linux-snippet.zsh +++ b/includes/zshrc-files/zshrc-linux-snippet.zsh @@ -11,7 +11,7 @@ alias zls="eza" alias formatc="find . -name '*.cs' -type f -exec clang-format --style='file:$HOME/Programs/Mine/Formatter Configs/CSharp_clang-format/_clang-format' -i {} +" alias rm="trash" # Used to prevent accidental and permanent deletion of files. alias rrm="rm" # Stands for 'real rm'. -alias grub-conf="sudo grub-mkconfig -o /boot/grub/grub.cfg" +alias update-grub-config="sudo grub-mkconfig -o /boot/grub/grub.cfg" hash xdg-open 2>/dev/null && alias open="xdg-open" ## Update based aliases. diff --git a/includes/zshrc-files/zshrc-linux.zsh b/includes/zshrc-files/zshrc-linux.zsh index 67ad69a..c6e2cc2 100644 --- a/includes/zshrc-files/zshrc-linux.zsh +++ b/includes/zshrc-files/zshrc-linux.zsh @@ -76,7 +76,7 @@ alias zls="eza" alias formatc="find . -name '*.cs' -type f -exec clang-format --style='file:$HOME/Programs/Mine/Formatter Configs/CSharp_clang-format/_clang-format' -i {} +" alias rm="trash" # Used to prevent accidental and permanent deletion of files. alias rrm="rm" # Stands for 'real rm'. -alias grub-conf="sudo grub-mkconfig -o /boot/grub/grub.cfg" +alias update-grub-config="sudo grub-mkconfig -o /boot/grub/grub.cfg" hash xdg-open 2>/dev/null && alias open="xdg-open" ## Update based aliases.