Add fuzzy cd shell alias

This commit is contained in:
Talia 2024-02-14 15:58:49 +01:00
parent 90c7b98461
commit 1c1015d95f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
alias bat="batcat"
alias co='checkout'
alias e="find-edit"
alias fcd="cd \$(find . -type d | fzf)"
alias ff="find_files"
alias getclip='xclip -selection clipboard -o'
alias hello='echo "Hello :)"'