From bb83f20862793e676ff4c1b50733be922d880d54fef6201a64166c7b5fa1a69c Mon Sep 17 00:00:00 2001 From: Philipp Date: Tue, 25 Jun 2024 19:35:14 +0200 Subject: [PATCH] add alias to update dotfiles --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index e9c0c24..8068b62 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -107,6 +107,7 @@ alias autoclean='paru -Sc' alias autoclean-all='paru -Scc' alias kexec-load="sudo kexec -l /boot/vmlinuz-linux-zen --initrd=/boot/initramfs-linux-zen.img --reuse-cmdline" alias fvim='nvim $(fzf --preview="cat {}")' +alias update-dotfiles='cd ~/dotfiles && git pull' # Setup better history with fzf source <(fzf --zsh)