From e7db02c6e19d7819e6280e0d7ccd2d70ffaf1323 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Sat, 15 Jun 2024 22:09:14 -0400 Subject: [PATCH] (bash) fcd include cache dir --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bashrc b/bash/.bashrc index ab5f8e8..27c5179 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -114,6 +114,7 @@ sf() { fcd() { local selected_dir=$({ echo "$HOME/.config" + echo "$HOME/.cache" echo "$HOME/Documents/Obsidian Vault" find "$HOME/ghq" -mindepth 2 -maxdepth 2 -type d ls -d -1 "$HOME/"/*/ | grep -v \.git