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 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 \" 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