Skip to content

Commit

Permalink
Update files based on submodule changes
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Dec 20, 2024
1 parent d8aa3bc commit 839b427
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Entries under the **Removed** section indicate items removed from the entire doc

## Unreleased

## 2024-12-20

## 2024-12-02

### Added
Expand Down
4 changes: 2 additions & 2 deletions includes/zshrc-files/zshrc-linux-snippet.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 \"
Expand Down
4 changes: 2 additions & 2 deletions includes/zshrc-files/zshrc-linux.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 \"
Expand Down
2 changes: 1 addition & 1 deletion includes/zshrc-files/zshrc-macos-snippet.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \"
Expand Down
2 changes: 1 addition & 1 deletion includes/zshrc-files/zshrc-macos.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \"
Expand Down

0 comments on commit 839b427

Please sign in to comment.