add alias to update dotfiles
This commit is contained in:
parent
2b5cfc9266
commit
bb83f20862
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue