diff --git a/bash/.bashrc.arch b/bash/.bashrc.arch index ebdb331..5acd57c 100644 --- a/bash/.bashrc.arch +++ b/bash/.bashrc.arch @@ -120,6 +120,7 @@ fcd() { local selected_dir=$({ find "$HOME/.config" -maxdepth 1 -type d find "$HOME/.cache" -maxdepth 1 -type d + find "/mnt/smb" -maxdepth 1 -type d echo "$HOME/Documents/Obsidian Vault" find "$HOME/ghq" -mindepth 2 -maxdepth 2 -type d ls -d -1 "$HOME/"/*/ | grep -v \.git