(bash) update fcd to find symlinks in .config

This commit is contained in:
jc 2024-10-12 20:52:47 -04:00
commit a4d20e4601

View file

@ -119,6 +119,7 @@ sf() {
fcd() { fcd() {
local selected_dir=$({ local selected_dir=$({
find "$HOME/.config" -maxdepth 1 -type d find "$HOME/.config" -maxdepth 1 -type d
find "$HOME/.config" -maxdepth 1 -type l
find "$HOME/.cache" -maxdepth 1 -type d find "$HOME/.cache" -maxdepth 1 -type d
find "/mnt/smb" -maxdepth 1 -type d find "/mnt/smb" -maxdepth 1 -type d
echo "$HOME/Documents/Obsidian Vault" echo "$HOME/Documents/Obsidian Vault"