add cd.. alias

This commit is contained in:
Philipp 2024-06-27 13:10:57 +02:00
parent 14a0af0cce
commit b3105a1aa9
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
8 changed files with 25 additions and 9 deletions

View file

@ -108,6 +108,7 @@ 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'
alias cd..='cd ..'
# Setup better history with fzf
source <(fzf --zsh)