From 487c0d754f0d6d629f8ac305253ad1259d11a48b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 23:09:13 +0000 Subject: [PATCH 1/3] [Submodule Update]: Bump submodules/dotfiles from `192ea50` to `8c73b8f` Bumps [submodules/dotfiles](https://github.com/StrangeRanger/dotfiles) from `192ea50` to `8c73b8f`. - [Commits](https://github.com/StrangeRanger/dotfiles/compare/192ea504984a77ca2219b4c6db74547621945ec9...8c73b8f385f69f1327dd6e0e74cadf7a708b3dd3) --- 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 192ea50..8c73b8f 160000 --- a/submodules/dotfiles +++ b/submodules/dotfiles @@ -1 +1 @@ -Subproject commit 192ea504984a77ca2219b4c6db74547621945ec9 +Subproject commit 8c73b8f385f69f1327dd6e0e74cadf7a708b3dd3 From 1a8fbc03ebc32db2ff650b58524162ed0ff96748 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Fri, 20 Dec 2024 23:09:25 +0000 Subject: [PATCH 2/3] Update files based on submodule changes --- includes/zshrc-files/zshrc-linux-snippet.zsh | 4 ++-- includes/zshrc-files/zshrc-linux.zsh | 4 ++-- includes/zshrc-files/zshrc-macos-snippet.zsh | 2 +- includes/zshrc-files/zshrc-macos.zsh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/zshrc-files/zshrc-linux-snippet.zsh b/includes/zshrc-files/zshrc-linux-snippet.zsh index d912cd9..622dbc2 100644 --- a/includes/zshrc-files/zshrc-linux-snippet.zsh +++ b/includes/zshrc-files/zshrc-linux-snippet.zsh @@ -14,7 +14,7 @@ hash xdg-open 2>/dev/null && alias open="xdg-open" ## Update based aliases. alias updateapt="sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && sudo apt autoclean" -alias updatepacman="sudo pacman -Syu && yay && yay -Yc" +alias updatepacman="sudo pacman -Syu && yay && yay -Yc && update-grub-config" ## Systemd aliases. alias start-bluetooth="sudo systemctl start bluetooth.service" @@ -30,7 +30,7 @@ alias stop-firewalld="sudo systemctl stop firewalld.service" ### Due to the number of commands that I find to be useful, I've created aliases ### containing some of these commands. They are specifically commands that I don't ### often use, but are useful to have on hand. Having these aliases allows me to see -### a list of these commands, without having to commit them to memeory. +### a list of these commands, without having to commit them to memory. ### alias lt="echo -e \" diff --git a/includes/zshrc-files/zshrc-linux.zsh b/includes/zshrc-files/zshrc-linux.zsh index 6e88705..f4cc385 100644 --- a/includes/zshrc-files/zshrc-linux.zsh +++ b/includes/zshrc-files/zshrc-linux.zsh @@ -79,7 +79,7 @@ hash xdg-open 2>/dev/null && alias open="xdg-open" ## Update based aliases. alias updateapt="sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && sudo apt autoclean" -alias updatepacman="sudo pacman -Syu && yay && yay -Yc" +alias updatepacman="sudo pacman -Syu && yay && yay -Yc && update-grub-config" ## Systemd aliases. alias start-bluetooth="sudo systemctl start bluetooth.service" @@ -95,7 +95,7 @@ alias stop-firewalld="sudo systemctl stop firewalld.service" ### Due to the number of commands that I find to be useful, I've created aliases ### containing some of these commands. They are specifically commands that I don't ### often use, but are useful to have on hand. Having these aliases allows me to see -### a list of these commands, without having to commit them to memeory. +### a list of these commands, without having to commit them to memory. ### alias lt="echo -e \" diff --git a/includes/zshrc-files/zshrc-macos-snippet.zsh b/includes/zshrc-files/zshrc-macos-snippet.zsh index 702003e..649a2e8 100644 --- a/includes/zshrc-files/zshrc-macos-snippet.zsh +++ b/includes/zshrc-files/zshrc-macos-snippet.zsh @@ -21,7 +21,7 @@ alias updatebrew="brew update && brew upgrade && brew autoremove && brew cleanup ### Due to the number of commands that I find to be useful, I've created aliases ### containing some of these commands. They are specifically commands that I don't ### often use, but are useful to have on hand. Having these aliases allows me to see -### a list of these commands, without having to commit them to memeory. +### a list of these commands, without having to commit them to memory. ### alias lt="echo -e \" diff --git a/includes/zshrc-files/zshrc-macos.zsh b/includes/zshrc-files/zshrc-macos.zsh index 68c3c05..c75e791 100644 --- a/includes/zshrc-files/zshrc-macos.zsh +++ b/includes/zshrc-files/zshrc-macos.zsh @@ -86,7 +86,7 @@ alias updatebrew="brew update && brew upgrade && brew autoremove && brew cleanup ### Due to the number of commands that I find to be useful, I've created aliases ### containing some of these commands. They are specifically commands that I don't ### often use, but are useful to have on hand. Having these aliases allows me to see -### a list of these commands, without having to commit them to memeory. +### a list of these commands, without having to commit them to memory. ### alias lt="echo -e \" From fe1a1bad63b001f9bb8f81519ef2ff84e82d5d51 Mon Sep 17 00:00:00 2001 From: "Hunter T." Date: Fri, 20 Dec 2024 15:13:20 -0800 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6ff8d0..0073a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,16 @@ Entries under the **Removed** section indicate items removed from the entire doc ## Unreleased +## 2024-12-20 + +### Fixed + +- fixed(.zshrc): fix spelling problems + +### Added + +- added(aliases): add `update-grub-config` to `updatepacman` alias + ## 2024-12-02 ### Added