add alias edit-zshrc and rmlint-dir
This commit is contained in:
parent
bb933eb4a1
commit
d105417d06
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ alias kexec-load="sudo kexec -l /boot/vmlinuz-linux-zen --initrd=/boot/initramfs
|
|||
alias fvim='nvim $(fzf --preview="cat {}")'
|
||||
alias update-dotfiles='cd ~/dotfiles && git pull'
|
||||
alias cd..='cd ..'
|
||||
alias rmlint-dir="rmlint --types=duplicates --config=sh:handler=clone"
|
||||
alias edit-zshrc="vim $ZDOTDIR/.zshrc"
|
||||
|
||||
# Setup better history with fzf
|
||||
source <(fzf --zsh)
|
||||
|
|
Loading…
Reference in a new issue