alias godir='cd ~/projects/gitlab/$(fd --max-depth 2 -t d . ~/projects/gitlab/ | xargs -I {} sh -c "echo {} | cut -d / -f 6,7" | fzf --height 15)'Use the whole command based on the directory structure, especially the cut command. You need fd and fzf installed for this