sys update alias
This commit is contained in:
parent
09a0ea368c
commit
4123bd5b70
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@ export HISTSIZE=100
|
|||
bindkey "^[[1;5C" forward-word
|
||||
bindkey "^[[1;5D" backward-word
|
||||
|
||||
function update_system() {
|
||||
sudo pacman -Syu
|
||||
yay -Syu
|
||||
rustup update
|
||||
}
|
||||
|
||||
function screen_brightness_wlroots() {
|
||||
brightness="${1:-1}"
|
||||
temp="${2:-6500}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue