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"