(bash) add entries for /mnt/smb

This commit is contained in:
jc 2024-08-16 14:45:27 -04:00
commit 3f12c53443

View file

@ -120,6 +120,7 @@ fcd() {
local selected_dir=$({ local selected_dir=$({
find "$HOME/.config" -maxdepth 1 -type d find "$HOME/.config" -maxdepth 1 -type d
find "$HOME/.cache" -maxdepth 1 -type d find "$HOME/.cache" -maxdepth 1 -type d
find "/mnt/smb" -maxdepth 1 -type d
echo "$HOME/Documents/Obsidian Vault" echo "$HOME/Documents/Obsidian Vault"
find "$HOME/ghq" -mindepth 2 -maxdepth 2 -type d find "$HOME/ghq" -mindepth 2 -maxdepth 2 -type d
ls -d -1 "$HOME/"/*/ | grep -v \.git ls -d -1 "$HOME/"/*/ | grep -v \.git