Alias fd for ubuntu

This commit is contained in:
Thomas Dehaeze 2022-02-20 22:45:03 +01:00
parent e14d64dee2
commit 26b62b7221

View File

@ -117,6 +117,11 @@ alias :e=nvim
alias path='echo -e ${PATH//:/\\n}'
#+END_SRC
*** Other
#+begin_src bash
alias fd="fdfind"
#+end_src
** Functions
*** =colors= - Display colors
#+BEGIN_SRC bash