add alias to update dotfiles

This commit is contained in:
Philipp 2024-06-25 19:35:14 +02:00
parent 2b5cfc9266
commit bb83f20862
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750

View file

@ -107,6 +107,7 @@ alias autoclean='paru -Sc'
alias autoclean-all='paru -Scc' alias autoclean-all='paru -Scc'
alias kexec-load="sudo kexec -l /boot/vmlinuz-linux-zen --initrd=/boot/initramfs-linux-zen.img --reuse-cmdline" 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 fvim='nvim $(fzf --preview="cat {}")'
alias update-dotfiles='cd ~/dotfiles && git pull'
# Setup better history with fzf # Setup better history with fzf
source <(fzf --zsh) source <(fzf --zsh)