From 26b62b72214adb380712b69a19bd255537a8fe2c Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Sun, 20 Feb 2022 22:45:03 +0100 Subject: [PATCH] Alias fd for ubuntu --- bash.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bash.org b/bash.org index abe4ad2..ca529df 100644 --- a/bash.org +++ b/bash.org @@ -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