From 18a3bef92469648c1ca85b6c1ab3cafee4e4721c Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 31 Mar 2022 01:16:10 -0700 Subject: [PATCH] cdf: depricated cdf --- .config/shell/functions/cdf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/shell/functions/cdf b/.config/shell/functions/cdf index 2da88f3..158a368 100644 --- a/.config/shell/functions/cdf +++ b/.config/shell/functions/cdf @@ -1,4 +1,7 @@ #!/bin/bash +## DEPRICATED in favor of cds +# cds now has all the capabilities of this, and it does it all better while being easier to type and remember + # Source this and then run `cdf` # cd find (interactive): cd to the containing dir of a file, or inside a folder, given part of its name