diff --git a/crates/10-zsh/files/.zshrc b/crates/10-zsh/files/.zshrc index c49eb5c..c75277d 100644 --- a/crates/10-zsh/files/.zshrc +++ b/crates/10-zsh/files/.zshrc @@ -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