From a4d20e4601a214955db7e2a4ecfd19c500ea6994 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Sat, 12 Oct 2024 20:52:47 -0400 Subject: [PATCH] (bash) update fcd to find symlinks in .config --- bash/.bashrc.arch | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bashrc.arch b/bash/.bashrc.arch index a2c5399..3b2ae0c 100644 --- a/bash/.bashrc.arch +++ b/bash/.bashrc.arch @@ -119,6 +119,7 @@ sf() { fcd() { local selected_dir=$({ find "$HOME/.config" -maxdepth 1 -type d + find "$HOME/.config" -maxdepth 1 -type l find "$HOME/.cache" -maxdepth 1 -type d find "/mnt/smb" -maxdepth 1 -type d echo "$HOME/Documents/Obsidian Vault"