add update dotfiles function

This commit is contained in:
Strix 2023-10-14 22:38:14 +02:00
parent 22c1e0eb6a
commit 5f8272a012
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -16,6 +16,13 @@ alias nobeep="sudo modprobe -r pcspkr"
alias s="title $HOST && cmatrix -rs && clear"
alias q="exit"
update_dotfiles() {
cd $HOME/.dotfiles
git pull
cd - &> /dev/null
}
alias udf="update_dotfiles"
# COSMETICS
fastfetch