Add ff alias for find_files

This commit is contained in:
Talia 2023-02-18 22:04:00 +01:00
parent 0491c5a263
commit 22a91e044d
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
alias e="find-edit"
alias ls="ls --color=auto"
alias ll="ls -lAh"
alias ff="find_files"
alias hello='echo "Hello :)"'
alias w='watch -t -d -n 1'
alias setclip='xclip -selection c'