From f3515fb485dfa9fa9f34b096f5a5d224f9443ad6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Fri, 20 Dec 2024 22:20:01 +0000 Subject: [PATCH] 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 \"