Alias fd for ubuntu
This commit is contained in:
parent
e14d64dee2
commit
26b62b7221
5
bash.org
5
bash.org
@ -117,6 +117,11 @@ alias :e=nvim
|
|||||||
alias path='echo -e ${PATH//:/\\n}'
|
alias path='echo -e ${PATH//:/\\n}'
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
*** Other
|
||||||
|
#+begin_src bash
|
||||||
|
alias fd="fdfind"
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Functions
|
** Functions
|
||||||
*** =colors= - Display colors
|
*** =colors= - Display colors
|
||||||
#+BEGIN_SRC bash
|
#+BEGIN_SRC bash
|
||||||
|
Loading…
Reference in New Issue
Block a user